PinnedEnea Jahollari·Oct 23, 2024Everything 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…A response icon1A response icon1
PinnedInITNEXTbyEnea Jahollari·Dec 21, 2023A 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…A response icon14A response icon14
PinnedInITNEXTbyEnea Jahollari·Sep 28, 2022It’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…A response icon16A response icon16
InITNEXTbyEnea Jahollari·May 28, 2024Providing 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…A response icon8A response icon8
InITNEXTbyEnea Jahollari·May 17, 2024Template local variables with @let in AngularGive me let AngularA response icon5A response icon5
InITNEXTbyEnea Jahollari·Apr 30, 2024Removing 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…A response icon3A response icon3
InITNEXTbyEnea Jahollari·Mar 24, 2024Protect 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.A response icon3A response icon3
InITNEXTbyEnea Jahollari·Mar 11, 2024Migrating 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…A response icon1A response icon1
InITNEXTbyEnea Jahollari·Feb 7, 2024Creating reusable Router Signals APIs in Angular 🗺️Building single-page applications with Angular often involves working with the Angular Router.A response icon3A response icon3
InITNEXTbyEnea Jahollari·Jan 22, 2024Building ComputedAsync for Signals in AngularHandling async operations using Signals and Rxjs in AngularA response icon5A response icon5