What is a Router?
Router allows to route the view
Why Router?
It enables developers to build Single Page Applications with multiple views.
Allow navigation between these views.
What package is used?
@angular/router
Which directive is used?
What does the directive do?
The router inserts the component that gets matched
What is path?
Path refers to part of the URL that determines an unique view that should be displayed.