mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d0672c252e
Prior to this change we had a MockLocationStrategy to replace the Path and Hash Location Strategies. However, there wasn't a good way to test the PlatformLocation which is needed for doing things such as setting history.state, using back()/forward(), etc. PR Close #30055