# Announcing Angular v22

DevFeed: [Announcing Angular v22](<https://devfeed.tech/articles/announcing-angular-v22-18908.md>)

Original publisher: [Read original article](<https://blog.angular.dev/announcing-angular-v22-c52bb83a4664?source=rss----447683c3d9a3---4>)

Author: Angular

Published: 2026-06-03T16:14:58Z

Content type: release

Language: en

Sources: [Angular](<https://devfeed.tech/sources/angular.md>)

Topics: [Angular](<https://devfeed.tech/topics/angular.md>), [Forms](<https://devfeed.tech/topics/forms.md>), [aria](<https://devfeed.tech/topics/aria.md>), [reactive](<https://devfeed.tech/topics/reactive.md>), [angular material](<https://devfeed.tech/topics/angular-material.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [angular-material](<https://devfeed.tech/tags/angular-material.md>), [angular-release](<https://devfeed.tech/tags/angular-release.md>), [angular-v22](<https://devfeed.tech/tags/angular-v22.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [quality](<https://devfeed.tech/tags/quality.md>), [reactive-forms](<https://devfeed.tech/tags/reactive-forms.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Angular v22 is released with updates focused on stability and developer ergonomics. The release moves Signal Forms, Angular Aria, and the Asynchronous Reactivity APIs to production-ready status. Signal Forms also receive documentation, community feedback updates, and Angular Material and Angular Aria integration support.

## Source excerpt

Today, we are thrilled to announce the release of Angular v22. We continue to be proud of the work we do with each release. Our goal is to maintain a high quality stream of features and improvements that make the workflows for developers smooth no matter how they build Angular applications. Angular is the solid foundation upon which you can build what's next on the web. This release features updates across stability, ergonomics and more. We want Angular to be a sort of launch pad that you can use as you build your next great application. There's some great features to discuss, so let's dive in. Production Ready is the Name of the Game On the Angular team, we take a lot of joy and pride in our ability to update our APIs to bring great new features to Angular. When bringing new features to the table, we typically release a feature as experimental or developer preview. This gives the team time to gather feedback and iterate on new features. During this time, features will undergo refinement with the intention of delivering the best possible version to the community. This is great except that it means some features will not be production ready even though developers are excited and ready to use them immediately. In this release, we're excited to be bringing 3 significant Angular features to production-ready, stable status: Signal Forms, Angular Aria and the Asynchronous Reactivity APIs. Signal Forms: Composable, Reactive and Ready to go We designed Signal Forms to be the new, robust forms API. Signal forms combine the best parts of Reactive forms, the value of strongly typed forms, as well as the things developers love about template driven forms and reactivity of signals. We put all of that together to make a reactive, composable and declarative form solution. When we launched Signal Forms in v21, we received strong signals (pun intended) from teams inside and outside of Google that we were on the right track. Since then, we've updated Signal Forms by: Adding a complet