On this page
PreloadAllModules
class
Provides a preloading strategy that preloads all modules as quickly as possible.
class PreloadAllModules implements PreloadingStrategy {
  preload(route: Route, fn: () => Observable<any>): Observable<any>
}
   Description
RouteModule.forRoot(ROUTES, {preloadingStrategy: PreloadAllModules})
   Methods
| 
         
          preload() 
          | 
      ||||
|---|---|---|---|---|
  | 
      
| route | Type:   | 
          
| fn | Type:   | 
          
Returns
Observable<any>
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v6.angular.io/api/router/PreloadAllModules