Angular 19 tutorial in Hindi | Tutorial 2 | Angular Installation and Setup | Angular19 | TypeScript
Introduction – Angular Installation and Setup
Prerequisites –
• Node.js & npm installation
• How to check Node.js version (node -v)
• How to check npm version (npm -v)
Installing Angular CLI
• Command: npm install -g @angular/cli
• CLI version check: ng version
Creating a New Angular Project
• Command: ng new my-angular-app
• Configuration options (e.g., routing, styles)
Running the Angular App
• Navigate to project folder: cd my-angular-app
• Start the server: ng serve --open
Project Structure Overview
• Explanation of src folder, modules, components
🎥 Watch Previous Episodes:
🔹 [Episode #1: (Introduction | Why learn angular | Angular19 | TypeScript | HTML | CSS)]( • Angular 19 tutorial in Hindi (Part 1)... )
Github Link - https://github.com/sunnysood1may/Angu...