
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.

Component Architecture for React Server Components
React Server Components let each component fetch its own data, so pages compose instead of prop-drilling. How that reshapes architecture, loading boundaries, and UX.
Aurora Scharff
Aug 20, 2026

Background Jobs with Nitro Tasks API
How to run one-off and scheduled background work in Nuxt using Nitro's Tasks API, and what to watch for per deployment platform.
Reza Baar
Aug 19, 2026

What’s new in Angular 22.1?
Angular 22.1 introduces a major change to Angular’s release cycle, moving to one major release per year. Learn what this means for Angular upgrades, versioning, and the future of the framework.
Alain Chautard
Aug 18, 2026