20.3.16

Latest release in branch 20.0
Released 5 days ago (January 07, 2026)

Software Angular
Branch 20.0
Status LTS
Supported
End of bug fixes November 19, 2025
End of security fixes November 28, 2026
First official release version 20.0.0
First official release date 7 months ago (May 28, 2025)
Release notes https://github.com/angular/angular/blob/main/CHANGELOG.md
Documentation https://angular.dev/overview
Angular 20.0 Releases View full list

Angular 20 Release Notes

Angular 20, released on May 28, 2025, continues the framework's evolution with a focus on polishing in-progress features for a more robust developer experience. This major version builds on reactivity advancements like Signals and introduces refinements to core components, enhanced build tools, and better integration with modern web standards. It includes contributions from over 225 developers across the framework, CLI, and components since the v19 release.

Key themes emphasize performance optimizations, zoneless application support, and alignment with Material Design 3 (M3) specifications. Angular 20 maintains compatibility with TypeScript 5.6 and higher, while supporting browsers based on the "widely available" baseline for broad reach. This release is ideal for building scalable web applications, with seamless upgrades from previous versions via the Angular CLI.

Zoneless Application Support

Zoneless mode, introduced in earlier versions, reaches greater maturity in Angular 20. It allows developers to run applications without zone.js, leading to smaller bundle sizes, faster change detection, and improved debugging. Enable it by opting into the zoneless change detection strategy in your bootstrap configuration.

This feature enhances interoperability with other libraries and reduces overhead in server-side rendering scenarios. The Angular CDK and Material libraries now fully support zoneless execution, making it production-ready for new projects.

Build Tool Enhancements

The esbuild-based builder, default since v17, sees further optimizations in v20. Development servers using Vite and multi-file compilation deliver quicker hot module replacement and faster initial loads. Production builds benefit from advanced tree-shaking and code splitting.

New CLI commands streamline migrations, such as automated updates for deprecated APIs. These changes cut build times by up to 20% in large codebases, improving the overall workflow for teams.

Component Polish and Material Design 3 Alignment

Angular Material components receive significant refinements to better match the Material Design 3 (M3) specification. The button component, for instance, gains updated styling for elevation, color roles, and tonal variants, ensuring consistency across applications.

Other components like cards, chips, and navigation elements incorporate M3 principles for improved accessibility and visual hierarchy. Developers can theme these with CSS custom properties for easy customization without overriding styles.

Signals and Reactivity Improvements

Building on Signals from v16, Angular 20 introduces computed signals with better dependency tracking and effect cleanup. This leads to more predictable reactivity in templates and services, reducing boilerplate for state management.

Integration with RxJS observables is smoother, allowing seamless mixing of reactive patterns. These updates make complex data flows easier to reason about and debug.

Performance Optimizations

Core runtime performance sees gains through optimized hydration for server-side rendered apps and deferred loading strategies. Bundle analyzers in the CLI provide deeper insights into lazy-loaded modules.

Change detection cycles are more efficient in zoneless mode, with benchmarks showing up to 15% faster rendering in dynamic UIs. These improvements benefit mobile and high-interaction applications.

Developer Experience Enhancements

The Angular Language Service integrates tighter with VS Code, offering inline diagnostics for Signals and template expressions. New schematics automate setup for standalone components and control flow syntax from v17.

Testing utilities expand with better mocks for HTTP interceptors and router events, speeding up unit tests. Documentation updates include interactive tutorials for zoneless migration.

Standard Library and API Updates

Router: Enhanced guards with async resolvers and query parameter serialization. Forms: Improved validation messages and reactive form patching.

HTTP Client: Built-in support for AbortController signals. Animations: Stagger effects optimized for lists. Common: New pipes for date formatting and currency localization.

These additions reduce reliance on third-party libraries while maintaining backward compatibility.

Deprecations

Legacy module-based bootstrapping is deprecated in favor of standalone APIs. Zone.js polyfills are marked for removal in future versions. Older router events like NavigationStart are phased out.

ViewEncapsulation.Native is deprecated due to browser inconsistencies. Update guides in the CLI help identify and migrate these usages.

Removals

Removed support for IE11 polyfills and older Node.js versions below 18. Unused internal APIs from pre-v16 eras are cleaned up. NgModule-based lazy loading redirects to standalone equivalents.

These removals slim down the framework, focusing resources on modern web platforms.

TypeScript and Browser Compatibility

Requires TypeScript 5.6 or later for full feature support. Browser baseline targets Chrome 120+, Firefox 115+, Safari 17+, and Edge 120+, covering 95% of users.

Differential loading for legacy browsers is no longer default. Use the update guide for polyfill adjustments if needed.

Migration and Support

Upgrade from v19 using ng update @angular/cli@20, which runs automated migrations for zoneless opt-in and component updates. Test for deprecations with ng lint.

Angular 20 follows semantic versioning with quarterly minor releases and annual majors. Full support until May 2026, with security patches extended. Follow @angular on X for announcements and check the blog for detailed changelogs.

Releases In Branch 20.0

Version Release date
20.3.16 5 days ago
(January 07, 2026)
20.3.15 1 month ago
(December 01, 2025)
20.3.14 1 month ago
(November 25, 2025)
20.3.13 1 month ago
(November 19, 2025)
20.3.12 1 month ago
(November 14, 2025)
20.3.11 2 months ago
(November 12, 2025)
20.3.10 2 months ago
(November 05, 2025)
20.3.9 2 months ago
(October 29, 2025)
20.3.7 2 months ago
(October 22, 2025)
20.3.6 2 months ago
(October 16, 2025)
20.3.5 2 months ago
(October 15, 2025)
20.3.4 3 months ago
(October 08, 2025)
20.3.3 3 months ago
(October 02, 2025)
20.3.2 3 months ago
(September 24, 2025)
20.3.1 3 months ago
(September 17, 2025)
20.3.0-rc.0 4 months ago
(September 10, 2025)
20.3.0 4 months ago
(September 10, 2025)
20.2.4 4 months ago
(September 03, 2025)
20.2.3 4 months ago
(August 29, 2025)
20.2.2 4 months ago
(August 27, 2025)
20.2.1 4 months ago
(August 21, 2025)
20.1.8 4 months ago
(August 20, 2025)
20.2.0 4 months ago
(August 20, 2025)
20.1.7 4 months ago
(August 13, 2025)
20.2.0-rc.1 4 months ago
(August 13, 2025)
20.2.0-rc.0 5 months ago
(August 11, 2025)
20.2.0-next.6 5 months ago
(August 07, 2025)
20.1.5 5 months ago
(August 06, 2025)
20.2.0-next.4 5 months ago
(August 06, 2025)
20.1.6 5 months ago
(August 06, 2025)
20.2.0-next.5 5 months ago
(August 06, 2025)
20.1.4 5 months ago
(July 31, 2025)
20.2.0-next.3 5 months ago
(July 31, 2025)
20.1.3 5 months ago
(July 23, 2025)
20.2.0-next.2 5 months ago
(July 23, 2025)
20.1.2 5 months ago
(July 17, 2025)
20.1.1 5 months ago
(July 16, 2025)
20.2.0-next.1 5 months ago
(July 16, 2025)
20.0.7 6 months ago
(July 09, 2025)
20.1.0 6 months ago
(July 09, 2025)
20.2.0-next.0 6 months ago
(July 09, 2025)
20.0.6 6 months ago
(July 01, 2025)
20.1.0-rc.0 6 months ago
(July 01, 2025)
20.0.5 6 months ago
(June 25, 2025)
20.1.0-next.3 6 months ago
(June 25, 2025)
20.0.4 6 months ago
(June 18, 2025)
20.1.0-next.2 6 months ago
(June 18, 2025)
20.0.3 7 months ago
(June 11, 2025)
20.1.0-next.1 7 months ago
(June 11, 2025)
20.0.2 7 months ago
(June 06, 2025)
20.0.1 7 months ago
(June 04, 2025)
20.1.0-next.0 7 months ago
(June 04, 2025)
20.0.0 7 months ago
(May 28, 2025)
20.0.0-rc.3 7 months ago
(May 27, 2025)
20.0.0-rc.2 7 months ago
(May 21, 2025)
20.0.0-rc.1 7 months ago
(May 15, 2025)
20.0.0-rc.0 8 months ago
(May 07, 2025)
20.0.0-next.9 8 months ago
(April 30, 2025)
20.0.0-next.8 8 months ago
(April 23, 2025)
20.0.0-next.7 8 months ago
(April 16, 2025)
20.0.0-next.6 9 months ago
(April 09, 2025)
20.0.0-next.5 9 months ago
(April 02, 2025)
20.0.0-next.4 9 months ago
(March 27, 2025)
20.0.0-next.3 9 months ago
(March 19, 2025)
20.0.0-next.2 10 months ago
(March 12, 2025)
20.0.0-next.1 10 months ago
(March 05, 2025)
20.0.0-next.0 10 months ago
(February 26, 2025)