Image Upload, spinner aktivirt, listings & details überarbeitet

This commit is contained in:
2024-03-18 18:17:04 +01:00
parent 2b27ab8ba5
commit fd91adda57
31 changed files with 582 additions and 263 deletions

View File

@@ -39,17 +39,6 @@ export class AppComponent {
// Hier haben Sie Zugriff auf den aktuellen Route-Pfad
this.actualRoute=currentRoute.snapshot.url[0].path
});
// keycloakService.keycloakEvents$.subscribe({
// next(event) {
// if (event.type == KeycloakEventType.OnTokenExpired) {
// keycloakService.updateToken(20);
// }
// if (event.type == KeycloakEventType.OnActionUpdate) {
// }
// }
// });
}
ngOnInit(){
this.user = this.userService.getUser();