Netanel BasalEnhancing Angular Templates with Untagged Template LiteralsAngular’s latest release, 19.2.0-next.0, introduces a powerful enhancement that developers will love: support for untagged template…Jan 267Jan 267
Netanel BasalOptimize Angular Apps with Unused Standalone Imports Diagnostic in v19One of the most anticipated features since the introduction of standalone components is the ability to detect whether a component or…Sep 8, 20242Sep 8, 20242
Netanel BasalHandling Errors with toSignal in AngularWhen working with Angular, the toSignal function is a powerful tool for converting an Observable into a reactive signal. However, there's a…Aug 12, 2024Aug 12, 2024
Netanel BasalHow to Use Base64 Placeholders with Angular’s NgOptimizedImage DirectiveIn a previous article, I discussed the new NgOptimizedImage directive in Angular, which is designed to implement performance best practices…Jun 1, 2024Jun 1, 2024
Netanel BasalExploring Angular’s New @let Syntax: Enhancing Template Variable DeclarationsAngular’s evolution continues with exciting new features, including the recently merged @let syntax, which is now avilalabe in…May 30, 20249May 30, 20249
Netanel BasalEnhancing Angular’s Route Redirection Logic: Introducing RedirectFunctionIn the recent update, Angular has significantly improved its routing capabilities by introducing a flexible approach to route redirection…May 24, 2024May 24, 2024
Netanel BasalAngular v18 Official Release: Your Ultimate Guide with Comprehensive ArticlesThe much-anticipated Angular v18 has officially been released, and it brings a host of exciting new features and improvements that promise…May 23, 2024May 23, 2024
Netanel BasalSimplifying Client-Side Logic: The Strategic Use of View ModelsApplications often require different data representations from what’s directly available from the server. For instance, consider a User…May 14, 20245May 14, 20245
Netanel BasalExploring Angular’s afterRender and afterNextRender HooksOccasionally, there arises a need to employ browser-specific APIs for manual DOM manipulation. However, navigating this task becomes…Apr 26, 20242Apr 26, 20242
Netanel BasalNavigating Angular Apps: A Guide to RedirectCommandSince Angular introduced the capability to return a UrlTree in router guards, it has become a preferred method for implementing redirects…Apr 20, 20241Apr 20, 20241