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.
API
type PreloadingFeature = RouterFeature<RouterFeatureKind.PreloadingFeature>
Jump to details