fix(router): location changes and redirects break the back button (#10742)
This commit is contained in:
1
tools/public_api_guard/router/index.d.ts
vendored
1
tools/public_api_guard/router/index.d.ts
vendored
@ -108,6 +108,7 @@ export interface NavigationExtras {
|
||||
preserveQueryParams?: boolean;
|
||||
queryParams?: Params;
|
||||
relativeTo?: ActivatedRoute;
|
||||
replaceUrl?: boolean;
|
||||
skipLocationChange?: boolean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user