Skip to content
Snippets Groups Projects
Commit 81d8019f authored by David Noah Donges's avatar David Noah Donges
Browse files

User header component in app template

parent da808f91
Branches
Tags
1 merge request!98Resolve "navigation (login/logout)"
Pipeline #13772 passed with stage
in 33 seconds
<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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment