PreloadingStrategy
class
Provides a preloading strategy.
abstract class PreloadingStrategy { abstract preload(route: Route, fn: () => Observable<any>): Observable<any> }
Subclasses
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/PreloadingStrategy