Creating Our Navigation Component
Let's create a navigation component for our Client Contacts Manager application and move the toolbar to this component.
We'll cover the following
Now that we know more about Routes
, the RouterModule
, and how to structure a route, it’s time to put what we’ve learned into practice. In this section, we will add a new component to our Client Contacts Manager application. This will be the navigation for the application. First, though, we need to look at the component Angular Material provides to decide what layout and approach we will use.
Get hands-on with 1400+ tech skills courses.