class
abstract class NgModuleFactory<T> { abstract moduleType: Type<T> abstract create(parentInjector: Injector): NgModuleRef<T> }
Property | Description |
---|---|
abstract moduleType: Type<T> | Read-Only |
create() | |||
---|---|---|---|
|
parentInjector | Injector |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/NgModuleFactory