Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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
Published inNetanel 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