yarn @angular/platform-browser 22.0.0-next.9

11 hours ago

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.

Don't miss a new platform-browser release

NewReleases is sending notifications on new releases.