We will go to see,
How to install the latest Angular version 8.
How to install or add Angular Material in our Application.
How to create a new project in angular.
How to create routing in the application.
How to Add Angular Material Navigation Bar in the application.
================================================
Please follow below Steps :
Step 1: Install Angular CLI
npm install -g @angular/CLI
Step 2: Create a New Project
ng new UserManagement
Step 3: Install Angular Material
ng add @angular/material
Step 4: Start Application
Step 5: Command To Add Navigation Bar
ng generate @angular/material:material-nav --name=root-nav
Step 6: Add NavigationBar to app.component.html
Step 7: Create Application Routes
Step 8:Add router-outlet and routerLnk in your application.
Step 9: Run Application
#Angular #AngularMaterial #Bootstrap #Angular8 #navigation