RouterFeatures
Type Alias
A type alias that represents all Router features available for use with provideRouter
.
Features can be enabled by adding special functions to the provideRouter
call.
See documentation for each symbol to find corresponding function name. See also provideRouter
documentation on how to use those functions.
API
type RouterFeatures = | PreloadingFeature | DebugTracingFeature | InitialNavigationFeature | InMemoryScrollingFeature | RouterConfigurationFeature | NavigationErrorHandlerFeature | ComponentInputBindingFeature | ViewTransitionsFeature | RouterHashLocationFeature
Jump to details