SystemJsNgModuleLoader

SystemJsNgModuleLoader

Experimental Class

Class Overview

class SystemJsNgModuleLoader implements NgModuleFactoryLoader {
  constructor(_compiler: Compiler, config?: SystemJsNgModuleLoaderConfig)
  
  
  load(path: string) : Promise<NgModuleFactory<any>>
}

Class Description

NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory

Annotations

@Injectable()