This commit is contained in:
Bastian Wagner
2026-08-17 12:49:36 +02:00
commit feff7c717e
44 changed files with 23883 additions and 0 deletions

9
frontend/.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
// For more information, visit: https://angular.dev/ai/mcp
"servers": {
"angular-cli": {
"command": "npx",
"args": ["-y", "@angular/cli", "mcp"]
}
}
}