refactor(router): remove ROUTER_DIRECTIVES which were replaced by RouterModule

This commit is contained in:
Igor Minar
2016-08-23 21:42:06 -07:00
committed by Victor Berchet
parent f38a700e35
commit 3aaf064d11
3 changed files with 2 additions and 5 deletions

View File

@ -185,9 +185,6 @@ export declare class Router {
serializeUrl(url: UrlTree): string;
}
/** @stable */
export declare const ROUTER_DIRECTIVES: (typeof RouterOutlet | typeof RouterLink | typeof RouterLinkWithHref | typeof RouterLinkActive)[];
/** @stable */
export declare class RouterLink {
fragment: string;