ALL LESSONS
Module 1
Angular Introduction and Setup
Apr 10, 2026
1 min read
Angular Framework Overview
TypeScript-based SPA framework by Google with routing forms HTTP client DI.
Project Setup
npm install -g @angular/cli; ng new my-app --routing; ng serve
CLI Commands
- ng generate component heroes
- ng build --prod