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 23, 2024A response icon1Oct 23, 2024A response icon1
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, 2023A response icon14Dec 21, 2023A response icon14
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, 2022A response icon16Sep 28, 2022A response icon16
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 28, 2024A response icon8May 28, 2024A response icon8
Published inITNEXTTemplate local variables with @let in AngularGive me let AngularMay 17, 2024A response icon5May 17, 2024A response icon5
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 30, 2024A response icon3Apr 30, 2024A response icon3
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 24, 2024A response icon3Mar 24, 2024A response icon3
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 11, 2024A response icon1Mar 11, 2024A response icon1
Published inITNEXTCreating reusable Router Signals APIs in Angular 🗺️Building single-page applications with Angular often involves working with the Angular Router.Feb 7, 2024A response icon2Feb 7, 2024A response icon2
Published inITNEXTBuilding ComputedAsync for Signals in AngularHandling async operations using Signals and Rxjs in AngularJan 22, 2024A response icon4Jan 22, 2024A response icon4