mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3c9d49a4d7
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