NgModuleFactoryLoader
Used to load ng module factories.
已弃用: the string
form of loadChildren
is deprecated, and NgModuleFactoryLoader
is part of its implementation. See LoadChildren
for more details.
abstract class NgModuleFactoryLoader {
abstract load(path: string): Promise<NgModuleFactory<any>>
}
方法
参数
返回值
|