core
| Commit | Description |
|---|---|
introduce @Service decorator
| |
| Update Testability to use PendingTasks for stability indicator |
docs
| Commit | Description |
|---|---|
| link formatting in "Animating your Application with CSS" |
migrations
| Commit | Description |
|---|---|
| fix NgClass leaving trailing comma after removal |
router
| Commit | Description |
|---|---|
restore internal URL on popstate when browserUrl is used
| |
| 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.