Angular Signals — The Complete Guide
Signals are Angular's new reactive primitive that replaces Zone.js-based change detection. Learn how to use signals, computed values, and effects to build highly performant Angular apps.
// blog
Deep-dives on Angular, RxJS, MEAN stack architecture, and lessons from building real-world production systems.
Signals are Angular's new reactive primitive that replaces Zone.js-based change detection. Learn how to use signals, computed values, and effects to build highly performant Angular apps.
RxJS is the backbone of Angular. From switchMap to combineLatest, these are the operators that will change how you handle async data, HTTP calls, and complex event streams.
NgModule is no longer required in modern Angular. Learn how standalone components simplify your architecture, reduce boilerplate, and make lazy loading far more intuitive.
OnPush change detection, trackBy functions, lazy loading, virtual scrolling — these are the optimisations that separate good Angular apps from great ones.
NgRx is powerful but heavy. Learn how to manage complex application state using Angular Services, BehaviorSubjects, and the new Signals API — without adding a single extra dependency.
Stop using the default Angular Material theme. Learn how to build a fully customised design system using M3 theming, CSS variables, and component overrides.
// 6 posts total