-
Notifications
You must be signed in to change notification settings - Fork 1
NG2 TIPS
rxjs-space edited this page Nov 17, 2016
·
2 revisions
-
Get Augury to Show the Routes:
To view the router graph inject the Router in the application root component as shown below (it must be named router exactly).
export default class KitchenSink { constructor(private router: Router) { } }
-
When using Universal, disregard the error in node when lazy routes are requested and follow this issue.