angular/packages/common/src/location
Vincent 3c9d49a4d7 fix(common): make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181)
Fix the function stripping the base path from the URL, as the current implementation uses the base path as part of a regex, which wrongly makes paths fails that contain characters such as a parenthesis (example: C:/Users/MyUser(Test)/project).

Fixes #49179

PR Close #49181
2023-02-27 10:02:33 -08:00
..
hash_location_strategy.ts feat(common): add getState method to LocationStrategy interface (#45648) 2022-04-25 10:41:30 -07:00
index.ts feat(common): Add BrowserPlatformLocation to the public API (#48488) 2022-12-14 09:54:28 -08:00
location.ts fix(common): make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181) 2023-02-27 10:02:33 -08:00
location_strategy.ts refactor(common): Align PathLocationStrategy constructor with default factory (#46929) 2022-08-01 14:21:14 -07:00
platform_location.ts feat(common): Add BrowserPlatformLocation to the public API (#48488) 2022-12-14 09:54:28 -08:00
util.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00