RouterPreloader

From Get docs
< @angular/routerAngular/docs/11/api/router/routerpreloader


RouterPreloader

class

The preloader optimistically loads all router configurations to make navigations into lazily-loaded sections of the application faster.

See more...

class RouterPreloader implements OnDestroy {
  setUpPreloading(): void
  preload(): Observable<any>
}

Description

The preloader runs in the background. When the router bootstraps, the preloader starts listening to all navigation events. After every such event, the preloader will check if any configurations can be loaded lazily.

If a route is protected by canLoad guards, the preloaded will not load it.

Methods

setUpPreloading(): void

Parameters

There are no parameters.

Returns

void


preload(): Observable<any>

Parameters

There are no parameters.

Returns

Observable<any>



© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/RouterPreloader