mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
84d436e504
This commit prepares the code of the `BrowserTestingModule` to include the `MockPlatformLocation` by deafult in the future. With this change, the set of providers to add the `MockPlatformLocation` would be disabled by a flag, which will be switched in v16. PR Close #48651