AW-1881 Avatar
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2021-02-27 10:16:07 +01:00
parent 535f6bd064
commit ece6096064
3 changed files with 19 additions and 3 deletions

View File

@@ -1 +1,9 @@
<ngx-avatar [size]="size" [round]="round" name="getName()" (clickOnAvatar)="onClick()"></ngx-avatar>
<span [title]="user.name">
<ngx-avatar
[size]="size"
[round]="round"
[name]="getName()"
[src]="getAvatar()"
(clickOnAvatar)="onClick()">
</ngx-avatar>
</span>