angular/packages/common/testing/src
Konstantin Kharitonov f8ecc194e9 fix(common): Update Location to support base href containing origin (#48327)
In case `APP_BASE_HREF` is set including `origin` the further usage of it might cause failure

e.g.
If an app is placed on `https://example.com` and bundles are on `https://cdn-example.com` you have to set `APP_BASE_HREF` up as `https://example.com/` and build the app with `--base-href` as `https://cdn-example.com/` but it does not work because of the bug

Fixes #48175

PR Close #48327
2022-12-07 09:18:00 -08:00
..
location_mock.ts fix(common): Update Location to support base href containing origin (#48327) 2022-12-07 09:18:00 -08:00
mock_location_strategy.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
mock_platform_location.ts fix(common): Fix MockPlatformLocation events and missing onPopState implementation (#48113) 2022-11-21 13:45:05 -08:00
provide_location_mocks.ts docs: declare Standalone APIs as stable (#47754) 2022-10-17 12:15:20 +02:00
testing.ts feat(common): add provideLocationMocks() function to provide Location mocks (#47674) 2022-10-10 19:42:11 +00:00