issues
search
rangle
/
ngCourse2
An Angular Course from Rangle.io
Other
184
stars
126
forks
source link
Update - Routing
#957
Closed
AbdellaToronto
closed
3 years ago
AbdellaToronto
commented
3 years ago
Routing
[ ] -> should we mention UrlTree?
[ ] Remove “new” from “new component router”
Configuring Routes
Base URL Tag
[ ] Mention that generating a project via CLI will do this for you automatically
[ ] Is the demos sidenote necessary? (if Plunkr might no longer be used)
Controlling Access to or from a Route
[ ] In first guard example, remove line 16? Guard example:
Async Route Guards
[ ] Mention UrlTree also being a possible return value
[ ] See Official Documentation… link should point to:
https://angular.io/guide/router#preventing-unauthorized-access
Passing Optional Parameters to a Route
[ ] Update queryParams with queryParamMap
[ ] See Official Documentation… link should point to:
https://angular.io/guide/router#accessing-query-parameters-and-fragments
Using Auxiliary Routes
[ ] Review the example and make sure it follows current Angular style
Routing
Configuring Routes
Base URL Tag
Controlling Access to or from a Route
Async Route Guards
Passing Optional Parameters to a Route
Using Auxiliary Routes