NgModuleFactory
abstract class NgModuleFactory<T> {
abstract moduleType: Type<T>
abstract create(parentInjector: Injector): NgModuleRef<T>
}
属性
属性 | 说明 |
---|---|
abstract moduleType: Type<T> | 只读 |
abstract class NgModuleFactory<T> {
abstract moduleType: Type<T>
abstract create(parentInjector: Injector): NgModuleRef<T>
}
属性 | 说明 |
---|---|
abstract moduleType: Type<T> | 只读 |