-
Notifications
You must be signed in to change notification settings - Fork 2
async provider.AsyncProvider
Sclable CI edited this page Apr 25, 2024
·
198 revisions
async-provider.AsyncProvider
ASync provider interface
Name |
---|
T |
-
Pick
<ModuleMetadata
,"imports"
>↳
AsyncProvider
• Optional
inject: (string
| symbol
| Function
| Type
<any
> | Abstract
<any
>)[]
packages/async-provider/index.ts:11
• Optional
useClass: Type
<AsyncProviderFactory
<T
>>
packages/async-provider/index.ts:12
• Optional
useExisting: Type
<AsyncProviderFactory
<T
>>
packages/async-provider/index.ts:13
• Optional
useFactory: (...args
: any
[]) => T
▸ (...args
): T
Name | Type |
---|---|
...args |
any [] |
T