feat: add angular pwa shell

This commit is contained in:
Bastian Wagner
2026-08-17 13:31:38 +02:00
parent ceaef3028f
commit 755cc88dc2
18 changed files with 140 additions and 371 deletions

View File

@@ -16,6 +16,7 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@angular/service-worker": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -28,4 +29,4 @@
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}
}