egghead
Search
Search
Log In
Search
Search
Learn Angular Router for Real-World Applications by Juri Strumpflohner
Define and configure a route with the Angular router
Create a redirect rule with the Angular router
Catch an invalid route navigation with the Angular router
Organize routes using the Routing Modules pattern in Angular
Define and read route parameters with the Angular router
Define and read query parameters with the Angular router
Resolve data as part of the route transition in Angular
Pass static data to a component as part of the route transition in Angular
Create a hyperlink to an Angular route using RouterLink
Highlight the currently active route with the `routerLinkActive` directive in Angular
Create a side-by-side navigation between a list and its detail with the Angular Router
Navigate to a component relative location with the Angular router
Navigate to another route from within my Angular component code
Preserve the current route’s query parameters when navigating with the Angular Router
Forward URL parameters to an Angular Service to retrieve the desired data
Lazy load a route with the Angular router
Avoid delays for lazy modules by applying a preloading strategy with the Angular router
Define a custom preloading strategy for the Angular router
Prevent a route activation based on user permissions with the Angular router
Prevent a route from being lazy loaded based on user permissions with the Angular router
Notify user about unsaved data when leaving a component using the Angular Router
egghead
System