© 2026 Hashnode
Angular has always been known for its powerful architecture and modularity. However, with great power often comes complexity. To simplify Angular application development and improve performance and maintainability, Angular introduced a game-changing ...

TL;DR: Angular 19 empowers developers with standalone components, eliminating the need for NgModules. This simplifies application structure, improves maintainability, and reduces complexity. In this blog, you’ll learn standalone components, how they ...

Hello Devs, You know that moment when everything looks fine — no errors, no warnings — but the UI just... doesn’t do what it’s supposed to?That’s how this story begins. But let me add some background first... 🧳 Returning to Angular After 5 Years I ...

Hey Angular enthusiasts Today marks one year since I embarked on my Angular journey, and reflecting on how much I've grown fills me with a sense of accomplishment. When I first started, one of the earliest lessons was breaking down projects into smal...

If you've recently migrated to using standalone projects in Angular, you may have encountered some hurdles when setting up Keycloak authentication. The process might not be as straightforward as before, and attempting to copy-paste configurations fro...

The standalone components are getting more and more attention in the Angular world. Even the creators encourage people to use them by default. In this article, I'll show how to use standalone components, directives and pipes. Setup If unsure how to s...
