SystemJsNgModuleLoader
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.
class SystemJsNgModuleLoader implements NgModuleFactoryLoader {
load(path: string): Promise<NgModuleFactory<any>>
}