angular / 12.2.13 / api / core / systemjsngmoduleloader.html /

SystemJsNgModuleLoader

class deprecated final

NgModuleFactoryLoader that uses SystemJS to load NgModuleFactory

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

class SystemJsNgModuleLoader implements NgModuleFactoryLoader {
  load(path: string): Promise<NgModuleFactory<any>>
}

Methods

load(path: string): Promise<NgModuleFactory<any>>

Parameters
path string
Returns

Promise<NgModuleFactory<any>>

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/core/SystemJsNgModuleLoader