Update to Angular v19 and fixing #3

Merged
sandre merged 41 commits from fix/error-after-update-angular-19 into master 2026-01-20 10:56:35 +00:00
Showing only changes of commit 5a5dce0ec4 - Show all commits

View File

@@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --build-optimizer=true --aot=true --optimization=true --progress=true",
"build": "ng build --configuration production --aot=true --optimization=true --progress=true",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"