This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/router

PreloadingFeature

Type Alias

A type alias that represents a feature which enables preloading in Router. The type is used to describe the return value of the withPreloading function.

type PreloadingFeature = RouterFeature<RouterFeatureKind.PreloadingFeature>
Jump to details