angular / 5 / api / core / systemjsngmoduleloader.html

SystemJsNgModuleLoader

class

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–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/SystemJsNgModuleLoader