NgModuleFactoryLoader
用来加载 ng 模块工厂。
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.
不建议使用 loadChildren
的 string
形式,NgModuleFactoryLoader
是其实现的一部分。欲知详情,请参见 LoadChildren
abstract class NgModuleFactoryLoader {
abstract load(path: string): Promise<NgModuleFactory<any>>
}
Provided in
方法
参数
返回值
|