Represents static data associated with a particular route.
API
type Data = {
[key: string | symbol]: any;
}
Represents static data associated with a particular route.
type Data = {
[key: string | symbol]: any;
}
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/router/Data