Angular / Angular basics
What is angular routing?
The Angular Router enables navigation from one view to the other as users perform application tasks.
Angular router interpret a browser URL to navigate to a client-generated view. It also can pass parameters along to the supporting view component that help it decide dynamic content to present. You can bind the router to links on a page and it will navigate to the appropriate application view when the user clicks a link.
More Related questions...