15.1.0-next.0
版本发布时间: 2022-11-23 10:56:36
angular/angular最新发布版本:19.0.0-next.7(2024-09-26 01:14:39)
15.1.0-next.0 (2022-11-22)
Deprecations
router
-
router writable properties
The following strategies are meant to be configured by registering the application strategy in DI via the
providers
in the rootNgModule
orbootstrapApplication
:-
routeReuseStrategy
-
titleStrategy
-
urlHandlingStrategy
The following options are meant to be configured using the options available in
RouterModule.forRoot
orprovideRouter
.-
onSameUrlNavigation
-
paramsInheritanceStrategy
-
urlUpdateStrategy
-
canceledNavigationResolution
The following options are available in
RouterModule.forRoot
but not available inprovideRouter
:-
malformedUriErrorHandler
- This was found to not be used anywhere internally. -
errorHandler
- Developers can instead subscribe toRouter.events
and filter forNavigationError
.
-
common
Commit | Description |
---|---|
Fix MockPlatformLocation events and missing onPopState implementation (#48113) |
core
Commit | Description |
---|---|
Add TestBed.runInInjectionContext to help test functions which use inject (#47955) |
forms
Commit | Description |
---|---|
don't mutate validators array (#47830) | |
FormBuilder.group return right type with shorthand parameters. (#48084) |
language-service
router
Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Bjarki, Bob Watson, Brooke, Derek Cormier, Dylan Hunn, George Kalpakas, Greg Magolan, Ikko Ashimine, Ivan Rodriguez, Jessica Janiuk, JiaLiPassion, Joe Roxbury, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Mikhail Savchuk, Nebojsa Cvetkovic, Pawel Kozlowski, Volodymyr, Wooshaah and mgechev