NoPreloading
class
Provides a preloading strategy that does not preload any modules.
class NoPreloading implements PreloadingStrategy { preload(route: Route, fn: () => Observable<any>): Observable<any> }
Description
This strategy is enabled by default.
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/NoPreloading