Summary: Routing and Navigation
Here is a quick summary for you!
We'll cover the following...
We'll cover the following...
In this chapter, we have focused on routing and navigating an Angular application. We’ve seen how to add routes to the app-routing.module.ts
file by updating the Routes
array and creating objects that define what a route is in the application.
We ...