填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

SystemJsNgModuleLoaderConfig

SystemJsNgModuleLoader 的配置。令牌。

Configuration for SystemJsNgModuleLoader. token.

已弃用: the string form of loadChildren is deprecated, and SystemJsNgModuleLoaderConfig is part of its implementation. See LoadChildren for more details.

不推荐使用 loadChildrenstring 形式 SystemJsNgModuleLoaderConfig 是其实现的一部分。有关更多详细信息,请参见 LoadChildren

      
      abstract class SystemJsNgModuleLoaderConfig {
  factoryPathPrefix: string
  factoryPathSuffix: string
}
    

属性

属性说明
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.