Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Route data is not displayed #914

Closed
gmarziou opened this issue Jan 14, 2017 · 0 comments
Closed

Route data is not displayed #914

gmarziou opened this issue Jan 14, 2017 · 0 comments
Labels

Comments

@gmarziou
Copy link

gmarziou commented Jan 14, 2017

Using Augury 1.2.8, the Router Tree does not show route's data.

Here is a the repo of a small app that shows the problem: https://github.com/gmarziou/route-data

It defines a route with some data:

const appRoutes: Routes = [
  {
    path: 'heroes',
    component: HeroListComponent,
    data: { title: 'Heroes List' }
  }
];

but data is not displayed in route info popup:

2017-01-15_00h05_35

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants