@angular/router

withPreloading

function

Allows to configure a preloading strategy to use. The strategy is configured by providing a reference to a class that implements a PreloadingStrategy.

withPreloading(
preloadingStrategy: Type<PreloadingStrategy>
): PreloadingFeature;
Jump to details