Angular: v22.0.0-next.9 Release

Release date:
April 22, 2026
Previous version:
v22.0.0-next.8 (released April 15, 2026)
Magnitude:
2,984 Diff Delta
Contributors:
13 total committers
Data confidence:
Commits:

Top Contributors in v22.0.0-next.9

JeanMeche
crisbeto
atscott
erkamyaman
SkyZeroZx
aparzi
rishabhdeepsingh
leonsenft
kirjs
S3DFX-CYBER

Directory Browser for v22.0.0-next.9

All files are compared to previous version, v22.0.0-next.8. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

core

| Commit | Description | | -- | -- | | feat - 8f3d0b9d97 | introduce @Service decorator | | feat - 9f479ae964 | Update Testability to use PendingTasks for stability indicator |

docs

| Commit | Description | | -- | -- | | fix - b24b4cb699 | link formatting in "Animating your Application with CSS" |

migrations

| Commit | Description | | -- | -- | | fix - b395173cf2 | fix NgClass leaving trailing comma after removal |

router

| Commit | Description | | -- | -- | | fix - 6eff439546 | restore internal URL on popstate when browserUrl is used | | fix - 17d10f7a99 | set default paramsInheritanceStrategy to 'always' |

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.