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 478eca31c7
commit ae9b4e6fa7
8 changed files with 180 additions and 11 deletions

View File

@ -84,7 +84,7 @@ module.exports = function(config) {
'dist/all/@angular/elements/schematics/**',
'dist/all/@angular/examples/**/e2e_test/*',
'dist/all/@angular/language-service/**',
'dist/all/@angular/router/test/**',
'dist/all/@angular/router/**/test/**',
'dist/all/@angular/platform-browser/testing/e2e_util.js',
'dist/all/angular1_router.js',
'dist/examples/**/e2e_test/**',