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

SystemJsNgModuleLoaderConfig

Configuration for SystemJsNgModuleLoader. token.

      
      abstract class SystemJsNgModuleLoaderConfig {
  factoryPathPrefix: string
  factoryPathSuffix: string
}
    

Properties

Property Description
factoryPathPrefix: string

Prefix to add when computing the name of the factory module for a given module name.

factoryPathSuffix: string

Suffix to add when computing the name of the factory module for a given module name.