fix: ng update core 19

This commit is contained in:
2025-06-09 13:37:06 +02:00
parent f9d133a7db
commit c74e80721a
56 changed files with 3154 additions and 2011 deletions

View File

@@ -9,9 +9,10 @@ import { ActivatedRoute, Router } from '@angular/router';
import { UserSearchResult } from 'src/app/commonComponents/user-search/user-search.component';
@Component({
selector: 'app-notifications',
templateUrl: './notifications.component.html',
styleUrls: ['./notifications.component.scss']
selector: 'app-notifications',
templateUrl: './notifications.component.html',
styleUrls: ['./notifications.component.scss'],
standalone: false
})
export class NotificationsComponent implements OnInit, OnDestroy {