Init angular

This commit is contained in:
Mihailo Cvjetinovic
2026-06-28 17:38:37 +02:00
parent 4d27e33e64
commit 52317f801d
24 changed files with 9915 additions and 1 deletions

9
.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"]
}
}
}