migrate angular 21

This commit is contained in:
2026-03-09 22:43:40 +01:00
parent 0203d4ea9d
commit 26c99a0dae
65 changed files with 19188 additions and 16946 deletions

View File

@@ -1,3 +1,5 @@
<app-card heading="registrierte Benutzer">
<app-user *ngFor="let user of users$ | async | sortBy: 'asc':'name'" [user]="user"></app-user>
@for (user of users$ | async | sortBy: 'asc':'name'; track user) {
<app-user [user]="user"></app-user>
}
</app-card>