Skip to content

Commit

Permalink
fix(module:anchor): fix 'a' tag problem with 'null' or 'undefined' va…
Browse files Browse the repository at this point in the history
…lue if templateRef provided (#8864)

Co-authored-by: Andrey Sazonov <[email protected]>
  • Loading branch information
firefighter-19 and Andrey Sazonov authored Nov 12, 2024
1 parent ecc26ac commit 41f6609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/anchor/anchor-link.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { NzAnchorComponent } from './anchor.component';
#linkTitle
class="ant-anchor-link-title"
[href]="nzHref"
[title]="titleStr"
[attr.title]="titleStr"
[target]="nzTarget"
(click)="goToClick($event)"
>
Expand Down

0 comments on commit 41f6609

Please sign in to comment.