SystemJsNgModuleLoader

class

npm Package @angular/core
Module import { SystemJsNgModuleLoader } from '@angular/core';
Source core/src/linker/system_js_ng_module_factory_loader.ts

Overview

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

Description

NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory

Constructor

constructor(_compiler: Compiler, config?: SystemJsNgModuleLoaderConfig)

Members

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

Annotations

@Injectable()

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