Usersettings

This commit is contained in:
Bastian Wagner
2025-01-24 14:11:23 +01:00
parent 2674ec0d24
commit e05b6cfc42
12 changed files with 281 additions and 5 deletions

View File

@@ -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/>