Angular Version Support (2026)
Angular follows a predictable bi-annual release cadence with two major versions per year (May and November). Each major version enters a 6-month active development phase followed by a 12-month long-term support (LTS) phase, giving a total support window of approximately 18 months. Google’s Angular team maintains this schedule rigorously, allowing developers and organizations to plan upgrades well in advance. The Angular CLI’s ng update command automates most migration tasks, and the framework publishes migration schematics for each breaking change. Keeping Angular versions current is essential for receiving security patches and accessing performance improvements in the framework’s Ivy compiler and rendering pipeline.
Angular Version Support Table
| Version | Release Date | Active Phase End | LTS Phase End |
|---|---|---|---|
| Angular 15 | Nov 2022 | May 2023 | Dec 2024 |
| Angular 16 | May 2023 | Nov 2023 | May 2025 |
| Angular 17 | Nov 2023 | May 2024 | Nov 2025 |
| Angular 18 | May 2024 | Nov 2024 | May 2026 |
| Angular 19 | Nov 2024 | May 2025 | Nov 2026 |
Angular Support Policy
Angular’s support lifecycle is managed by the Google Angular team under a documented support policy.
- Release cadence: Two major versions per year — one in May and one in November.
- Active phase: 6 months — receives feature updates, bug fixes, and security patches.
- LTS phase: 12 months — receives only critical security fixes and important bug fixes.
- Total support: 18 months per major version.
- ng update: The
ng updateCLI command automates upgrades between major versions. It runs migration schematics that handle breaking changes automatically. - N-1 and N-2: Angular continues to issue patches for the two previous major versions in their LTS phase. Once a version exits LTS, it receives no further updates.
- Breaking changes: Major versions may include breaking changes, but the Angular team provides migration schematics via
ng updateto automate the transition.
How to Check Your Angular Version
ng versionFrom within an Angular project:
node -e "console.log(require('./package.json').dependencies['@angular/core'])"FAQ
Related Schedules
- Node.js Release Schedule
- Python Version EOL Schedule
Built by the developers of DodaTech
Doda Browser, DodaZIP & Durga Antivirus Pro