SystemJsNgModuleLoaderConfig

Configuration for SystemJsNgModuleLoader. token.

abstract class SystemJsNgModuleLoaderConfig { factoryPathPrefix: string factoryPathSuffix: string }

属性

属性名类型说明
factoryPathPrefix

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

factoryPathSuffix

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