July 2018
Intermediate to advanced
420 pages
8h 46m
English
At this point, we will continue with the development of our sample application. In the previous chapter, we created some Angular components for the frontend application, but before we write the contents of each one of them, we are going to create some routes.
Before we dive into the code, it’s important for you to understand how the Angular router works.
When you click on a link or go to a URL (for example, http://localhost:4200/bikes), the Angular router:
Also, each route can contain the following properties:
Read now
Unlock full access