Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Angular Router for Real-World Applications, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:37
    Define and configure a route with the Angular router
  • Урок 2. 00:01:32
    Create a redirect rule with the Angular router
  • Урок 3. 00:01:11
    Catch an invalid route navigation with the Angular router
  • Урок 4. 00:05:08
    Organize routes using the Routing Modules pattern in Angular
  • Урок 5. 00:02:48
    Define and read route parameters with the Angular router
  • Урок 6. 00:02:51
    Define and read query parameters with the Angular router
  • Урок 7. 00:04:00
    Forward URL parameters to an Angular Service to retrieve the desired data
  • Урок 8. 00:02:57
    Create a hyperlink to an Angular route using RouterLink
  • Урок 9. 00:01:30
    Highlight the currently active route with the `routerLinkActive` directive in Angular
  • Урок 10. 00:04:41
    Resolve data as part of the route transition in Angular
  • Урок 11. 00:01:45
    Pass static data to a component as part of the route transition in Angular
  • Урок 12. 00:03:20
    Navigate to another route from within my Angular component code
  • Урок 13. 00:02:56
    Preserve the current route’s query parameters when navigating with the Angular Router
  • Урок 14. 00:03:27
    Create a side-by-side navigation between a list and its detail with the Angular Router
  • Урок 15. 00:01:52
    Navigate to a component relative location with the Angular router
  • Урок 16. 00:04:48
    Lazy load a route with the Angular router
  • Урок 17. 00:02:12
    Avoid delays for lazy modules by applying a preloading strategy with the Angular router
  • Урок 18. 00:03:23
    Define a custom preloading strategy for the Angular router
  • Урок 19. 00:04:37
    Prevent a route activation based on user permissions with the Angular router
  • Урок 20. 00:02:11
    Prevent a route from being lazy loaded based on user permissions with the Angular router
  • Урок 21. 00:04:00
    Notify user about unsaved data when leaving a component using the Angular Router