#4 🧭Add Navigation
Add Navigation Bar
<mat-toolbar class="nav-bar mat-elevation-z2"></mat-toolbar>.nav-bar {
background-color: #1565C0;
color: #FFFFFF;
position: fixed;
top: 0;
z-index: 99;
}
button:focus {
outline: none;
border: 0;
}Create the Home Page
Add Router module
Update the AppComponent
AppComponentLast updated