feat(router): export routerLinkActive w/ isActive property

This commit is contained in:
Jeremy Elbourn
2016-10-25 12:51:24 -07:00
committed by vsavkin
parent 6ccbfd41dd
commit c9f58cf78c
3 changed files with 60 additions and 5 deletions

View File

@ -233,6 +233,7 @@ export declare class RouterLink {
/** @stable */
export declare class RouterLinkActive implements OnChanges, OnDestroy, AfterContentInit {
isActive: boolean;
links: QueryList<RouterLink>;
linksWithHrefs: QueryList<RouterLinkWithHref>;
routerLinkActive: string[] | string;