Angular 19 brings some exciting improvements—Event Replay, zoneless states, and most notably, linkedSignal
. Of all the new features, linkedSignal
stands out as a clear evolution of Angular’s reactivity model. It’s fast, intuitive, and drastically cuts down boilerplate while boosting performance. To me, it represents peak Angular—powerful, performant, and simple to use.
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
linkedSignal in Angular 19: Clean State Management for Modern Teams

Dan Tran
3 Ways to Simplify Frontends With Multiple Microservices
Six months ago, one of our Angular Consulting clients needed help with their web app. The frontend was too complicated to test, and they weren’t sure how to fix it. Bitovi presented three approaches to help simplify the frontend code and make testing it easier.

Kyle Nazario
Angular 16 Just Dropped a Long Overdue Feature
The Angular team just released an exciting new major version of Angular that comes with many new features. One of these features has been something that the Angular community has wanted for a long time, and we've inched closer and closer with each major version. I'm talking about the takeUntilDestroyed
operator.

Mark Thompson
How to Build a Single-Spa Angular Application [with Code Examples]
What if your frameworks could work together? Well, with a single-spa Angular application, they can! When you build a single-spa Angular application, painless migration, independent deployment, and effortless scalability are all in store.

Adrian Ferguson
Angular & Apollo Client: Apollo Cache Configuration
Apollo-client might be a go-to library for connecting a frontend application to a GraphQL server; however, it was originally built as a comprehensive state management library. Apollo client’s cache allows persisting local data both with reactive variables and client cache queries and also can extend server-side objects with local properties.

Eduard Krivanek