Skip to content

Commit 41f6609

Browse files
firefighter-19Andrey Sazonov
and
Andrey Sazonov
authored
fix(module:anchor): fix 'a' tag problem with 'null' or 'undefined' value if templateRef provided (#8864)
Co-authored-by: Andrey Sazonov <sazonov_ai@crc.ru>
1 parent ecc26ac commit 41f6609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/anchor/anchor-link.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { NzAnchorComponent } from './anchor.component';
3434
#linkTitle
3535
class="ant-anchor-link-title"
3636
[href]="nzHref"
37-
[title]="titleStr"
37+
[attr.title]="titleStr"
3838
[target]="nzTarget"
3939
(click)="goToClick($event)"
4040
>

0 commit comments

Comments
 (0)