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:
Anthony Humes
2017-11-07 10:21:48 -07:00
committed by Kara Erickson
parent 97b5cb2e3b
commit ba1e25f53f
8 changed files with 180 additions and 11 deletions

View File

@ -15,8 +15,8 @@ ng_module(
"//packages/common",
"//packages/core",
"//packages/platform-browser",
"//packages/upgrade/static",
"@rxjs",
"@rxjs//operators",
],
)