-
Notifications
You must be signed in to change notification settings - Fork 877
[Router]Feedback on documentation #1808
Comments
7 & 8) I tried all kinds of ways to show the imports with the ctor ... and I couldn't find anything that didn't obscure the message. The full code with imports is available in the milestone code tabs. I think I'll let this sit until/unless we learn it is a real problem.
Therefore, the user will have to get from plunker if s/he really wants it ... which s/he shouldn't. Because it's NOT the kind of service you'd want to emulate. It's a hacky mock. No real loss by omitting it.
You can see by this answer that it just begs for more discussion about these distinctions. We didn't get into that yet. We will when we cover matrix parameters. |
To your list, I'm adding:
No PR for these yet. |
|
Thanks for looking through these. Regarding your reply to my list:
|
|
Closing after merging #1848. If you have new recommendations, please create a new issue. |
As I'm working through the current "Routing & Navigation" chapter, I have the following questions/issues:
export const routes: RouterConfig
But PascalCase here:
export const HeroesRoutes: RouterConfig
export const routes = [ ...HeroesRoutes, { path: 'crisis-center', component: CrisisListComponent } ];
CanDeactive
guards first," should beCanDeactivate
.DialogService
is required to run the application being built in this chapter, consider including it in the tabbed code result at the end of Milestone Change link on the homepage to point to the ng-conf playlist #3.this.route.params.subscribe
But getting a route query parameter:
this.router.routerState.queryParams.subscribe
Seems for discoverability that these should come from a similar root? Consider detailing why this is so in the documentation?
The text was updated successfully, but these errors were encountered: