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 | Route | |
fn | () => Observable |
Returns
Observable<any>
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/router/NoPreloading