Angular Generators
Automate your Angular code modernization using built-in generators to effortlessly upgrade syntax and adopt the latest practices.
Automate your Angular code modernization using built-in generators to effortlessly upgrade syntax and adopt the latest practices.
Learn about what happened in the world of Angular last year
Let’s dive into a fun new exercise! Imagine you have an application with two routes: One displays...
Angular 14 introduced a new inject() function, offering an alternative to constructors for injecting...
Angular continues to evolve rapidly. What should we use in 2025? Especially if we start with a new...
Part 1. How to learn c# in one month 🤣👉 I was that kid in school - the one who always had her homework done, sat in the front row, and made teachers smile. I finished school with the highest marks in every subject. But here’s the funny part: I didn’t even have a computer back then. At university, I
My favorite Angular resources of December, 2024
First 2025 Angular Space Giveaway! 😄 Giveaway with good old fashioned Discord Raffle! Ezéchiel Amen AGBLA - has released a fantastic e-Book last year about Test Driven Development! I have 12x to giveaway thanks to PACKT & Ezéchiel Amen AGBLA! Who is this book for? This book is for both experienced A
For the past two and a half years, we’ve been laser focused on improving developer experience and performance for all Angular developers. In this post, I’d like to share a brief summary of the…
Declutter your file explorer by nesting Nx boilerplate in VS Code and WebStorm. Reclaim valuable screen space and speed up navigation.
I made RxJS Visualizer in 4h using AI without writing any code manually. Here is my experience. It was both pretty & ugly. RxJS Marble Diagram visualizer 0:00 /0:56 1× RxJS Marble Diagram visualizer is something AI wasn’t trained on very much since there are maybe 3-4 similar apps in existence right
Recently, I came across the following dynamic service instantiation in Angular from Roberto Heckers, where he generates a service based on some condition. Occasionally, we bump into a use case where you have multiple services, each of them sharing the same method name with a different implementation
2024 has been an interesting year for Angular. To me, four things stand out: Long-term effects of...
Signal inputs have graduated to production-ready and the Angular team is excited to be providing new migrations to help you and your teams update your decorator-based inputs to the new signal API…
Understanding Change Detection Change detection in Angular is a key process that keeps the app's state and user interface in sync. It's how Angular makes sure our UI updates when the underlying data changes. Without it, any changes in your app wouldn't show up in the UI automatically, making the app
If you have been using Angular for a while, you may have heard terms like "reactive primitive", or "RxJS interoperability", or "declarative programming" a lot recently. I trust that you, at least on some level, understand what all of those mean; however, when it comes to real life, it is sometimes q
This is the final episode of 2024, and it’s been a busy holiday season! From Observable...
In just a few years, Module Federation grew from a first implementation that shipped with webpack 5 to a whole ecosystem. Meanwhile, we have an implementation for rspack, a port to vite, and a runtime that can be used across the whole ecosystem. There are also several third parties in this space: Ze