Netanel Basal
Articles for badass Angular Developers
Netanel Basal
A FrontEnd Tech Lead, blogger, and open source maintainer. The founder of ngneat, husband and father.
Latest Posts
Optimize Angular Apps with Unused Standalone Imports Diagnostic in v19
One of the most anticipated features since the introduction of standalone components is the ability to detect whether a component or…
Handling Errors with toSignal in Angular
When working with Angular, the toSignal function is a powerful tool for converting an Observable into a reactive signal. However, there's a…
How to Use Base64 Placeholders with Angular’s NgOptimizedImage Directive
In a previous article, I discussed the new NgOptimizedImage directive in Angular, which is designed to implement performance best practices…
Exploring Angular’s New @let Syntax: Enhancing Template Variable Declarations
Angular’s evolution continues with exciting new features, including the recently merged @let syntax, which is now avilalabe in…
Enhancing Angular’s Route Redirection Logic: Introducing RedirectFunction
In the recent update, Angular has significantly improved its routing capabilities by introducing a flexible approach to route redirection…
Angular v18 Official Release: Your Ultimate Guide with Comprehensive Articles
The much-anticipated Angular v18 has officially been released, and it brings a host of exciting new features and improvements that promise…
Simplifying Client-Side Logic: The Strategic Use of View Models
Applications often require different data representations from what’s directly available from the server. For instance, consider a User…
Exploring Angular’s afterRender and afterNextRender Hooks
Occasionally, there arises a need to employ browser-specific APIs for manual DOM manipulation. However, navigating this task becomes…
Navigating Angular Apps: A Guide to RedirectCommand
Since Angular introduced the capability to return a UrlTree in router guards, it has become a preferred method for implementing redirects…
Harnessing Control: Exploring JavaScript’s AbortSignal Timeout and Any Methods
In web development, managing asynchronous operations, such as fetching data or downloading files, often involves handling situations where…
Reviews
Login to submit your review.