refactor(router): remove ROUTER_DIRECTIVES which were replaced by RouterModule
This commit is contained in:

committed by
Victor Berchet

parent
f38a700e35
commit
3aaf064d11
3
tools/public_api_guard/router/index.d.ts
vendored
3
tools/public_api_guard/router/index.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user