Usersettings
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
@if (isAdmin) {
|
||||
<button mat-button routerLink="/users" routerLinkActive="mat-elevation-z1">Alle User</button>
|
||||
}
|
||||
<button mat-button (click)="openSidebar()">Einstellungen</button>
|
||||
|
||||
</mat-drawer>
|
||||
|
||||
|
||||
@@ -30,4 +32,6 @@
|
||||
</button>
|
||||
</div> -->
|
||||
|
||||
</mat-drawer-container>
|
||||
</mat-drawer-container>
|
||||
|
||||
<app-settings #settings/>
|
||||
Reference in New Issue
Block a user