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

SystemJsNgModuleLoaderConfig

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

Overview

      
      class SystemJsNgModuleLoaderConfig {
  factoryPathPrefix: string
  factoryPathSuffix: string
}
    

Description

Configuration for SystemJsNgModuleLoader. token.

Members

      
      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.