Home Angular 8 Angular 9 – Complete Router Events guide

Angular 9 – Complete Router Events guide

by therichpost
0 comments
Angular 9, Angular 10

Hello to all, welcome to therichpost.com. In this post, I will tell you, Angular 9 – Complete Router Events guide.

During each navigation, the Router emits navigation events through the Router.events property allowing you to track the lifecycle of the route. The sequence of router events is as below:

  • NavigationStart,
  • RouteConfigLoadStart,
  • RouteConfigLoadEnd,
  • RoutesRecognized,
  • GuardsCheckStart,
  • ChildActivationStart,
  • ActivationStart,
  • GuardsCheckEnd,
  • ResolveStart,
  • ResolveEnd,
  • ActivationEnd
  • ChildActivationEnd
  • NavigationEnd,
  • NavigationCancel,
  • NavigationError
  • Scroll

If you have any kind of query then please do comment below.

Jassa

Thank you

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.