fix(router): reset URL to the stable state when a navigation gets canceled
Closes #10321
This commit is contained in:
2
tools/public_api_guard/router/index.d.ts
vendored
2
tools/public_api_guard/router/index.d.ts
vendored
@ -228,7 +228,7 @@ export declare class RouterLink {
|
||||
routerLink: any[] | string;
|
||||
urlTree: UrlTree;
|
||||
constructor(router: Router, route: ActivatedRoute, locationStrategy: LocationStrategy);
|
||||
onClick(button: number, ctrlKey: boolean, metaKey: boolean): boolean;
|
||||
onClick(): boolean;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user