Submodule 21.1: Routing - Practice
Adding Components
Add two new components to your Angular application as follows:
ng generate component about
ng generate component home
We will use these components in the setup of the router, which will give us the ability to navigate through them.