Angular Tutorial Series (1/119). Prefer one article? Read the complete Angular tutorial.
Short description
Angular is a TypeScript-based framework for building scalable web apps. This series covers CLI setup, components, templates, DI, routing, HTTP/RxJS, forms, signals, NgRx, Material, testing, SSR, and a complete final Angular application.
Steps
- Install Node and create an Angular app.
- Learn components, routing, and HTTP.
- Build the final Angular application.
Learning path
CLI + TypeScript + components
Templates, directives, pipes, DI
Routing + HTTP + RxJS
Forms + signals + state
Material, auth, testing, SSR
Final Angular web app