In this video you will
Understand the Folder Structure: Explore the fundamental layout of an Angular project, including the root directory and its essential subdirectories.
Understand Package.Json and Package-lock.json
Understand angular.json
Tips:
There are two package.json and one package-lock.json inside an angular project. Check inside your node modules folder you will find a package.json
Command to build your production ready version
ng build -c production
Link to my previous video
• Angular 17 Tutorial: Installing Tailwind C...
#Angular Documentation
https://angular.io/guide/what-is-angular
https://angular.dev/
#tsconfig.json
https://angular.io/guide/typescript-c...