New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit df93f8299f - Show all commits

View File

@@ -3,18 +3,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"name": "Launch (Chrome)",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:44200/",
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:9876/debug.html"
}
]
}