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

4
.vscode/launch.json vendored
View File

@@ -4,14 +4,14 @@
"configurations": [
{
"name": "ng serve",
"type": "chrome",
"type": "firefox",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
},
{
"name": "ng test",
"type": "chrome",
"type": "firefox",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"