mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(router): fix malformed jsdoc comment for RouterLinkWithHref export
The export statement was incorrectly placed inside the JSDoc comment block, and there was a stray text fragment "nstead." from the deprecation message. This moves the export statement outside the comment and removes the stray text.
This commit is contained in:
committed by
Alex Rickabaugh
parent
b9125db156
commit
a74801c59c
@@ -587,8 +587,6 @@ export class RouterLink implements OnChanges, OnDestroy {
|
||||
* An alias for the `RouterLink` directive.
|
||||
* Deprecated since v15, use `RouterLink` directive instead.
|
||||
*
|
||||
export { RouterLink as RouterLinkWithHref };
|
||||
nstead.
|
||||
* @publicApi
|
||||
*/
|
||||
export {RouterLink as RouterLinkWithHref};
|
||||
|
||||
Reference in New Issue
Block a user