Chore: update to Angular v19

This commit is contained in:
shamoon
2024-12-05 20:50:47 -08:00
parent 75de53eb83
commit a5e71a03a0
116 changed files with 3772 additions and 2304 deletions

View File

@@ -13,6 +13,7 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
selector: 'pngx-saved-views',
templateUrl: './saved-views.component.html',
styleUrl: './saved-views.component.scss',
standalone: false,
})
export class SavedViewsComponent
extends LoadingComponentWithPermissions