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