config? | readonly | TConfig | Omit.config | contracts.ts:111 |
dependencies? | readonly | readonly ServiceToken<unknown>[] | ServiceRegistration.dependencies | contracts.ts:112 |
enabledWhen? | readonly | (environment: IEnvironmentDescriptor) => boolean | Omit.enabledWhen | contracts.ts:115 |
name? | readonly | string | ServiceRegistration.name | contracts.ts:109 |
priority? | readonly | number | ServiceRegistration.priority | contracts.ts:110 |
requiredCapabilities? | readonly | readonly string[] | ServiceRegistration.requiredCapabilities | contracts.ts:114 |
token | readonly | ServiceToken<TModule> | Omit.token | contracts.ts:108 |
useClass? | readonly | ServiceClass<TModule, TConfig, IService | undefined> | Omit.useClass | contracts.ts:116 |
useFactory? | readonly | ServiceFactory<TModule, TConfig, IService | undefined> | Omit.useFactory | contracts.ts:117 |