Kind: Function
Source: packages/common/decorators/core/injectable.decorator.ts
Part of: Common
Signature
tsfunction mixin(mixinClass: Type<T>)
Parameters
| Name | Type |
|---|---|
mixinClass | Type<T> |
Used by
5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (5)
AnyFilesInterceptor—packages/platform-express/multer/interceptors/any-files.interceptor.ts:24FileFieldsInterceptor—packages/platform-express/multer/interceptors/file-fields.interceptor.ts:27FileInterceptor—packages/platform-express/multer/interceptors/file.interceptor.ts:25FilesInterceptor—packages/platform-express/multer/interceptors/files.interceptor.ts:27NoFilesInterceptor—packages/platform-express/multer/interceptors/no-files.interceptor.ts:24
Was this page helpful?