What Are Routes?

Familiarize yourself with the basic routing module and how different route patterns are registered within our application.

What are the routes?


A route is when the user navigates from one section to the next.


We call them routes because all the navigation in an Angular application is set up and managed through the Angular Router. This Angular Router is another module that allows us as Angular developers to set up the navigation within our application.

Get hands-on with 1200+ tech skills courses.