From 81d8019fe770f4d04bed785a265bad1ebe045c32 Mon Sep 17 00:00:00 2001 From: David Donges <david.donges@mni.thm.de> Date: Wed, 21 Mar 2018 00:26:36 +0100 Subject: [PATCH] User header component in app template --- src/app/app.component.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index b5c063dbe..49832c88f 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> -- GitLab