angular / 14.0.0 / api / router / resolvedata.html /

ResolveData

type-alias

Represents the resolved data associated with a particular route.

type ResolveData = {
    [key: string | symbol]: any;
};

See also

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