November 2019
Beginner
804 pages
20h 1m
English
One thing that you might ask yourself now is: How do I go from page to page in an Angular application? Well, actually this is a great question!
In most SPA frameworks, there is something called a router, which maintains a set of routes with their associated views. The router renders the correct view(s) depending on the active route(s).
Angular, being a framework, has its own router built in (https://angular.io/guide/router).
With the Angular router, each route points toward an Angular component.
Given our space constraints, we won't have the opportunity to delve into how routing works, but it is certainly worth exploring on ...
Read now
Unlock full access