
Angular 21 has been released, and I’m going to divide the new features into different categories, since a lot of the new features are experimental and not recommended for production use yet.
Alain Chautard
November 27, 2025
What’s stable and production-ready:
onpush_zoneless_migration tool. It can analyze your code and provide a plan to migrate your application to OnPush and zoneless change detection.ng g @schematics/angular:refactor-jasmine-vitestWhat’s experimental or in developer preview, not recommended for production:
npm install @angular/aria. It is starting with 8 components:
You can read more with the official v21 blog post here. I will unpack all these new features over the next few weeks in separate posts.
Get the latest news and updates on developer certifications. Content is updated regularly, so please make sure to bookmark this page or sign up to get the latest content directly in your inbox.

The First Hands-On AI Developer Certification
Discover how the AI Developer Certification measures real-world AI-assisted development through a hands-on, proctored exam. Learn what makes the certification unique, how it works, and what to expect when preorders open.
Alex Garrett-Smith
Jul 23, 2026

Nuxt Studio and What It Is
A look at Nuxt Studio, the open-source visual CMS for Nuxt Content, how it works with Git, and when it's the right fit.
Reza Baar
Jul 22, 2026

JavaScript Generators: Writing Iterators With yield
JavaScript generators explained: write lazy iterators with yield, handle infinite sequences, and skip the protocol boilerplate.
Martin Ferret
Jul 21, 2026