Angular — resources
roadmap.sh: https://roadmap.sh/angular
Books
- Angular Development with TypeScript (Yakov Fain & Anton Moiseev) — thorough, project-based intro grounded in TypeScript.
- ng-book: The Complete Guide to Angular (Nathan Murray et al.) — comprehensive reference kept current with recent Angular versions.
- Pro Angular (Adam Freeman) — detailed walkthrough of the framework from fundamentals to advanced features.
Courses / practice
- Angular docs (angular.dev) — the official guide, tutorials, and API reference; the canonical starting point.
- Angular University — deep, regularly updated courses on RxJS, signals, forms, and more.
- RxJS docs — official reference for the reactive primitives Angular is built on.
- Tour of Heroes tutorial — the official hands-on first app to learn the core building blocks.