This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

SystemJsNgModuleLoader

NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory

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

Methods

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

Parameters

path

Type: string.

Returns

Promise<NgModuleFactory<any>>