Angular insights & deep dives
Modern Angular, demystified.
Signals, change detection, resources, SSR and the sharp edges in between — careful, practical writing for beginners and seasoned Angular developers alike.
- 22+
- Articles
- v16–22
- Covered
- 100%
- Angular
Fresh off the keyboard
Latest articles

Give me chained resources Angular 🚀
Angular v22 lets a resource's request depend on another resource's value. The new chain function in the params context propagates loading, error, and idle states down the chain — no more undefined juggling. Here's how it works, how it's built under the hood, and what you can compose on top of it.

Read this if you are building design system components in Angular 🎨
Learn how to make your components extensible and easy to use in Angular by other developers.

Providing inputs in DI 🎁
Learn how to use the new signal inputs for removing prop drilling of inputs in Angular.
What you'll find here
Everything to master Angular
From the reactive core to production concerns — the topics this blog goes deep on.
Signals
How the reactive primitive works, and how to model state with it effectively.
Change Detection
Zone.js, zoneless, OnPush and the signal-driven future of rendering.
Control Flow
The @if / @for / @switch syntax and the @defer block for lazy UI.
HTTP & Resources
resource(), httpResource, chaining, cancellation and error handling.
Forms
Typed forms, validation, two-way binding and typeahead patterns.
SSR & Performance
Hydration, partial hydration, SEO and fast first loads with Angular.
Never miss a deep dive
New Angular insights, the moment they ship. Follow along on Twitter/X.