ModuleWithProviders
对 NgModule 及其相关 providers 的包装。不带泛型的用法已弃用。
A wrapper around an NgModule that associates it with providers. Usage without a generic type is deprecated.
interface ModuleWithProviders<T> {
ngModule: Type<T>
providers?: Provider[]
}
参见
属性
属性 | 说明 |
---|---|
ngModule: Type<T> | |
providers?: Provider[] |