SystemJsNgModuleLoaderConfig

From Get docs
< @angular/coreAngular/docs/8/api/core/systemjsngmoduleloaderconfig


SystemJsNgModuleLoaderConfig

class deprecated

Configuration for SystemJsNgModuleLoader. token.

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

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.


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/SystemJsNgModuleLoaderConfig