update to angular 21

This commit is contained in:
2025-12-13 18:35:30 +11:00
parent fa1e69ee74
commit ef7f2bcf1c
16 changed files with 10231 additions and 178 deletions
+3 -2
View File
@@ -5,10 +5,11 @@
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
"vitest/globals"
]
},
"include": [
"src/**/*.ts"
"src/**/*.d.ts",
"src/**/*.spec.ts"
]
}