On this page
NgModuleFactoryLoader
class
Used to load ng module factories.
abstract class NgModuleFactoryLoader {
  abstract load(path: string): Promise<NgModuleFactory<any>>
}
   Subclasses
Methods
| 
         
          load() 
          | 
      |||
|---|---|---|---|
        
          | 
      
path | 
            string | 
            
Returns
Promise<NgModuleFactory<any>>
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v7.angular.io/api/core/NgModuleFactoryLoader