mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Updated the Route Guard for Angular (#3731)
* Update 104-guards.md Added the link for resolve route guard * Update 103-router-events.md Added the documentation for Router events. --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,5 @@
|
||||
# Router events
|
||||
# Router Events
|
||||
|
||||
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).
|
||||
|
||||
- [Angular Official Website](https://angular.io/api/router/RouterEvent)
|
||||
|
@@ -12,3 +12,4 @@ Visit the following resources to learn more:
|
||||
- [Can Deactivate](https://angular.io/api/router/CanDeactivate)
|
||||
- [Angular Can Load](https://angular.io/api/router/CanLoad)
|
||||
- [Can Match](https://angular.io/api/router/CanMatch)
|
||||
- [Resolve](https://angular.io/api/router/Resolve)
|
||||
|
Reference in New Issue
Block a user