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
+9 -22
View File
@@ -1,9 +1,13 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "npm",
"analytics": false
},
"newProjectRoot": "projects",
"projects": {
"FamilyTree": {
"FamilyTreeUI": {
"projectType": "application",
"schematics": {},
"root": "",
@@ -26,6 +30,7 @@
],
"styles": [
"src/styles.css"
]
},
"configurations": {
@@ -56,36 +61,18 @@
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "FamilyTree:build:production"
"buildTarget": "FamilyTreeUI:build:production"
},
"development": {
"buildTarget": "FamilyTree:build:development"
"buildTarget": "FamilyTreeUI:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular/build:extract-i18n"
},
"test": {
"builder": "@angular/build:karma",
"options": {
"tsConfig": "tsconfig.spec.json",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"src/styles.css"
]
}
"builder": "@angular/build:unit-test"
}
}
}
},
"cli": {
"analytics": false
}
}