Introduction to Angular (Test the default app and run Hello Rupesh!)

This commit is contained in:
2026-03-02 01:21:40 +05:30
parent 484a8a4958
commit 20a2a8b7ae
24 changed files with 9373 additions and 0 deletions

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