Angular: 21.0.0-next.0 Release

Release date:
August 20, 2025
Previous version:
v20.3.16 (released January 7, 2026)
Magnitude:
1,132 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

26 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored August 18, 2025
Authored August 19, 2025
Authored August 11, 2025
Authored August 12, 2025

Top Contributors in 21.0.0-next.0

ivanwonder
bencodezen
clydin
angular-robot
devversion
alan-agius4
geromegrignon

Directory Browser for 21.0.0-next.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

compiler-cli

| Commit | Description | | -- | -- | | fix - be7110342b | disallow compiling with the emitDeclarationOnly TS compiler option enabled (#61609) |

http

| Commit | Description | | -- | -- | | feat - 4bed062bc9 | Provide http services in root (#56212) |

router

| Commit | Description | | -- | -- | | feat - 4e0fc81491 | convert lastSuccessfulNavigation to signal (#63057) |

Breaking Changes

compiler-cli

  • The Angular compiler now produces an error when the the emitDeclarationOnly TS compiler option is enabled as this mode is not supported. ### router
  • lastSuccessfulNavigation is now a signal and needs to be invoked