PinnedEverything you need to know about the resource API in Angular ⚡️In v19, Angular will introduce a new API for loading resources. This would allow us to fetch data from an API, know about the status of the…Oct 231Oct 231
PinnedPublished inITNEXTA change detection, zone.js, zoneless, local change detection, and signals story 📚Angular is a component-driven framework. And just like every other framework out there, it is supposed to show the data to the user and…Dec 21, 202314Dec 21, 202314
PinnedPublished inITNEXTIt’s ok to use function calls in Angular templates!“You should never use function calls on Angular templates!” — That’s what you will see all over the internet! And I’m here to prove you…Sep 28, 202215Sep 28, 202215
Published inITNEXTProviding inputs in DI 🎁When working with Angular, we often find ourselves in situations where we need to pass data from a parent component to a child component…May 286May 286
Published inITNEXTRemoving manual change detection calls from my Angular app ⚡️If you have read my previous articles about Angular change detection, you know what manual change detection calls are and on this article…Apr 303Apr 303
Published inITNEXTProtect your Angular app from infinite change detection loops ♾️Lately, Angular introduced signals, that are wonderfully powerful and greatly simplify the way we write Angular applications.Mar 243Mar 243
Published inITNEXTMigrating from Custom Lazy Loading components to defer blockLazy loading components in Angular has not been an easy task for a long time. We had to go over `ngComponentOutlet` and dynamic imports and…Mar 111Mar 111
Published inITNEXTCreating reusable Router Signals APIs in Angular 🗺️Building single-page applications with Angular often involves working with the Angular Router.Feb 72Feb 72
Published inITNEXTBuilding ComputedAsync for Signals in AngularHandling async operations using Signals and Rxjs in AngularJan 224Jan 224