填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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>>
}
    

方法

abstract load(path: string): Promise<NgModuleFactory<any>>
      
      abstract load(path: string): Promise<NgModuleFactory<any>>
    
参数
path string
返回值

Promise<NgModuleFactory<any>>