angular / 4.4.6 / api / router / data.html /

Data

type-alias

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

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

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

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