mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d8c05347c3
Previously, RouterTestingModule only assigned two of the options within ExtraOptions to the Router. Now, it assigns the same options as RouterModule does (with the exception of enableTracing) via a new shared function assignExtraOptionsToRouter. Fixes #23347 PR Close #39096