environment
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
<button mat-icon-button (click)="drawer.toggle()">
|
||||
<mat-icon>menu</mat-icon>
|
||||
</button>
|
||||
<span>Keyvault</span>
|
||||
<span class="example-spacer"></span>
|
||||
<button mat-icon-button class="example-icon favorite-icon" aria-label="Example icon-button with heart icon">
|
||||
<mat-icon>favorite</mat-icon>
|
||||
</button>
|
||||
<span routerLink="/" class="logo">Keyvault</span>
|
||||
<span class="spacer"></span>
|
||||
<button mat-icon-button (click)="logout()">
|
||||
<mat-icon>logout</mat-icon>
|
||||
</button>
|
||||
@@ -14,7 +11,8 @@
|
||||
|
||||
<mat-drawer-container class="example-container" autosize>
|
||||
<mat-drawer #drawer class="main_sidenav" mode="side" opened="true">
|
||||
sdf
|
||||
<button mat-button routerLink="/">Home</button>
|
||||
<button mat-button routerLink="/users">Alle User</button>
|
||||
</mat-drawer>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user