feat(router): routerLink add tabindex attribute (#13094)

Fixes #10895
This commit is contained in:
Dzmitry Shylovich
2016-12-10 02:38:50 +03:00
committed by Victor Berchet
parent 90c223591f
commit a006c1418a
3 changed files with 12 additions and 5 deletions

View File

@ -249,7 +249,7 @@ export declare class RouterLink {
routerLink: any[] | string;
skipLocationChange: boolean;
urlTree: UrlTree;
constructor(router: Router, route: ActivatedRoute);
constructor(router: Router, route: ActivatedRoute, tabIndex: string, renderer: Renderer, el: ElementRef);
onClick(): boolean;
}