@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