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>pull/3763/head
parent
a7bee1fea7
commit
8487d2f443
2 changed files with 6 additions and 1 deletions
@ -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) |
||||
|
Loading…
Reference in new issue