W3cubDocs

/Angular

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.

type RouterFeatures = PreloadingFeature | DebugTracingFeature | InitialNavigationFeature | InMemoryScrollingFeature | RouterConfigurationFeature | NavigationErrorHandlerFeature | ComponentInputBindingFeature;

See also

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/router/RouterFeatures