On this page
ResolveData
type-alias
Represents the resolved data associated with a particular route.
type ResolveData = {
[key: string | symbol]: any | ResolveFn<unknown>;
};
See also
Route#resolve
.
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v14.angular.io/api/router/ResolveData