InterviewSolution
Saved Bookmarks
| 1. |
What are the router events? |
|
Answer» In Angular, during each navigation route, the Router sends navigation events through the Router Events property. Here is the LIST of events range from when the navigation STARTS and ends too MANY points in between.
export class AppComponent { |
|