lib/interfaces/terminus-module-options.interface.ts
The options f$r the asynchronous Terminus module creation
Pick
Properties |
|
inject |
inject:
|
Type : (string | symbol | Function | Type<any> | Abstract<any>)[]
|
Optional |
The providers which should get injected |
name |
name:
|
Type : string
|
Optional |
The name of the module |
useClass |
useClass:
|
Type : Type<TerminusOptionsFactory>
|
Optional |
The class which should be used to provide the Terminus options |
useExisting |
useExisting:
|
Type : Type<TerminusOptionsFactory>
|
Optional |
Import existing providers from other module |
useFactory |
useFactory:
|
Type : function
|
Optional |
The factory which should be used to provide the Terminus options |