linkSystemJsNgModuleLoaderConfig
npm Package | @angular/core |
---|---|
Module | import { SystemJsNgModuleLoaderConfig } from '@angular/core'; |
Source | core/src/linker/system_js_ng_module_factory_loader.ts |
linkOverview
class SystemJsNgModuleLoaderConfig {
factoryPathPrefix: string
factoryPathSuffix: string
}
linkDescription
Configuration for SystemJsNgModuleLoader. token.
linkMembers
factoryPathPrefix: string
Prefix to add when computing the name of the factory module for a given module name.