fix(router): take base uri into account in setUpLocationSync()
(#20244)
Normalize the full URL (including the base uri) before passing it to `router.navigateByUrl()`. Fixes #20061 PR Close #20244
This commit is contained in:

committed by
Kara Erickson

parent
97b5cb2e3b
commit
ba1e25f53f
@ -15,8 +15,8 @@ ng_module(
|
||||
"//packages/common",
|
||||
"//packages/core",
|
||||
"//packages/platform-browser",
|
||||
"//packages/upgrade/static",
|
||||
"@rxjs",
|
||||
"@rxjs//operators",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user