fix(router): make router links work on non-a tags
This commit is contained in:
2
tools/public_api_guard/router/index.d.ts
vendored
2
tools/public_api_guard/router/index.d.ts
vendored
@ -123,7 +123,7 @@ export declare class Router {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const ROUTER_DIRECTIVES: (typeof RouterOutlet | typeof RouterLink | typeof RouterLinkActive)[];
|
||||
export declare const ROUTER_DIRECTIVES: (typeof RouterOutlet | typeof RouterLink | typeof RouterLinkWithHref | typeof RouterLinkActive)[];
|
||||
|
||||
/** @stable */
|
||||
export declare type RouterConfig = Route[];
|
||||
|
Reference in New Issue
Block a user