diff --git a/src/app/app.component.html b/src/app/app.component.html index b5c063dbe0a69ace77722e1b727b927589e45ff6..49832c88f4eb5d81419b4f0108ad6349b99bd2c0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,12 +1,5 @@ <div fxLayout="column" fxFill> - <mat-toolbar color="primary"> - <mat-toolbar-row> - <span class="app-toolbar-title"> - {{ title }} - </span> - <!-- Insert navigation module here --> - </mat-toolbar-row> - </mat-toolbar> + <app-header></app-header> <div fxFlex class="app-component"> <router-outlet></router-outlet> </div>