SystemJsNgModuleLoader
使用 SystemJS 加载 NgModuleFactory 的 NgModuleFactoryLoader
NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory
已弃用: the string form of loadChildren is deprecated, and SystemJsNgModuleLoader is part of its implementation. See LoadChildren for more details.
该 string 的形式 loadChildren 已被弃用, SystemJsNgModuleLoader 是其实现的一部分。有关更多详细信息,请参见 LoadChildren
class SystemJsNgModuleLoader implements NgModuleFactoryLoader {
load(path: string): Promise<NgModuleFactory<any>>
}