docs(router): add docs for RouterLink inputs (#37018)

The RouterLink and RouterLinkWithHref inputs do not have any docs. This comment adds jsdoc comments to the inputs.

PR Close #37018
This commit is contained in:
Andrew Scott
2020-05-15 12:39:12 -07:00
committed by Kara Erickson
parent ef9f8df9ed
commit cc1e0bbdc0
2 changed files with 91 additions and 3 deletions

View File

@ -408,7 +408,7 @@ export declare class RouterLinkWithHref implements OnChanges, OnDestroy {
fragment: string;
href: string;
preserveFragment: boolean;
set preserveQueryParams(value: boolean);
/** @deprecated */ set preserveQueryParams(value: boolean);
queryParams: {
[k: string]: any;
};