mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a1cb9dfc0d
The `window` global is patched by domino on the server but the value of `window.location.href` isn't a valid base. Before this change `getUrl()` would throw when running in devmode on the server. Fixes #56207 PR Close #56213