Angular: 21.0.0-next.0 Release

Release date:
August 20, 2025
Previous version:
20.2.2 (released August 27, 2025)
Magnitude:
1,124 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in 21.0.0-next.0

ivanwonder
bencodezen
clydin
devversion
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