fix(router): location changes and redirects break the back button (#10742)

This commit is contained in:
Victor Savkin
2016-08-12 14:30:51 -07:00
committed by vikerman
parent 203b2ba637
commit 04c6b2fe85
4 changed files with 50 additions and 6 deletions

View File

@ -108,6 +108,7 @@ export interface NavigationExtras {
preserveQueryParams?: boolean;
queryParams?: Params;
relativeTo?: ActivatedRoute;
replaceUrl?: boolean;
skipLocationChange?: boolean;
}