docs(angular): update router events content (#6918)

pull/6930/head
J. Degand 5 months ago committed by GitHub
parent 99cc36406a
commit fbc957552c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/angular/content/router-events@YF_sG292HqawIX0siWhrv.md

@ -2,5 +2,8 @@
The Angular Router raises events when it navigates from one route to another route. It raises several events such as `NavigationStart`, `NavigationEnd`, `NavigationCancel`, `NavigationError`, `ResolveStart`, etc. You can listen to these events and find out when the state of the route changes. Some of the useful events are route change start (NavigationStart) and route change end (NavigationEnd).
Visit the following resources to learn more:
- [@official@Router reference - Router events](https://angular.dev/guide/routing/router-reference#router-events)
- [@official@Router event - API](https://angular.dev/api/router/RouterEvent)
- [@article@Router events in Angular](https://medium.com/@gurunadhpukkalla/router-events-in-angular-3112a3968660)
Loading…
Cancel
Save