angular ui

This commit is contained in:
2025-05-10 11:33:42 +02:00
parent a2048718d8
commit a3a48cad40
120 changed files with 7600 additions and 475 deletions

View File

@@ -3,13 +3,15 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"prebuild": "node tools/generateAssetManifest.js",
"start": "npm run prebuild && ng serve",
"build": "npm run prebuild && ng build",
"watch": "npm run prebuild && ng build --watch --configuration development",
"test": "npm run prebuild && ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.9",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",