SystemJsNgModuleLoader

From Get docs
< @angular/coreAngular/docs/7/api/core/systemjsngmoduleloader


SystemJsNgModuleLoader

class

NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory

class SystemJsNgModuleLoader implements NgModuleFactoryLoader {
  load(path: string): Promise<NgModuleFactory<any>>
}

Methods

load(path: string): Promise<NgModuleFactory<any>>

Parameters
path string
Returns

Promise<NgModuleFactory<any>>



© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/core/SystemJsNgModuleLoader