angular / 5.2.11 / api / router / resolvedata.html /

ResolveData

type-alias

npm Package @angular/router
Module import { ResolveData } from '@angular/router';
Source router/src/config.ts

Represents the resolved data associated with a particular route. See Routes for more details.

type ResolveData = {
    [name: string]: any;
};

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