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,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}