fix(router): fix replaceUrl on RouterLink directives

This commit is contained in:
Victor Berchet
2016-12-02 15:32:39 -08:00
committed by Alex Rickabaugh
parent f562cbf86c
commit 349ad75de3
2 changed files with 9 additions and 9 deletions

View File

@ -249,7 +249,7 @@ export declare class RouterLink {
routerLink: any[] | string;
skipLocationChange: boolean;
urlTree: UrlTree;
constructor(router: Router, route: ActivatedRoute, locationStrategy: LocationStrategy);
constructor(router: Router, route: ActivatedRoute);
onClick(): boolean;
}
@ -279,10 +279,6 @@ export declare class RouterLinkWithHref implements OnChanges, OnDestroy {
};
replaceUrl: boolean;
routerLink: any[] | string;
routerLinkOptions: {
preserveQueryParams: boolean;
preserveFragment: boolean;
};
skipLocationChange: boolean;
target: string;
urlTree: UrlTree;