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,15 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts"
]
}