Provides a preloading strategy.
abstract class PreloadingStrategy { abstract preload(route: Route, fn: () => Observable<any>): Observable<any>;}