Migration Angular 19 -> 20 (ng update, build OK)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 14:49:39 +02:00
parent 05bbe64841
commit 6acad41672
4 changed files with 2969 additions and 3404 deletions

View File

@@ -13,7 +13,7 @@
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,