We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://wyquff.run.stackblitz.io/
Add the following nz-list-item-meta to the nz-list-item
<nz-list-item-meta [nzAvatar]="nzAvatar" [nzTitle]="nzTitle" [nzDescription]="nzDescription"> <ng-template #nzTitle> {{item.title}} </ng-template> <ng-template #nzDescription> {{item.description}} </ng-template> <ng-template #nzAvatar> <nz-avatar nzSize="default" nzText="Test" style="border: 1px #36cfc9 solid;background-color:transparent;color:darkgrey;"></nz-avatar> </ng-template> </nz-list-item-meta>
Avatar should not be duplicated
Avatar is duplicated
Could not get beta1 stackblitz examples to work so put in the default link
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
fix(module:list): fix the avatar part old API
1efcbb2
close NG-ZORRO#4912
fix(module:list): fix the avatar part old API (#4952)
d8a2594
close #4912
fix(module:list): fix the avatar part old API (NG-ZORRO#4952)
b53b85e
6b25545
hsuanxyz
Successfully merging a pull request may close this issue.
Reproduction link
https://wyquff.run.stackblitz.io/
Steps to reproduce
Add the following nz-list-item-meta to the nz-list-item
What is expected?
Avatar should not be duplicated
What is actually happening?
Avatar is duplicated
Could not get beta1 stackblitz examples to work so put in the default link
The text was updated successfully, but these errors were encountered: