createNgModuleRef
constant
Deprecated
The createNgModule
function alias for backwards-compatibility.
Please avoid using it directly and use createNgModule
instead.
API
const createNgModuleRef: <T>(ngModule: Type<T>, parentInjector?: Injector) => NgModuleRef<T>;
Jump to details