https://i.sstatic.net/eztiy.png
<div *ngFor="let selected of base64textString;let index = index">
<img [src]="selected.imageString" style="height: 100px; width:100px;">
<i class="ft-trash-2 danger cursor-pointer" (click)="delete(item)"></i>
</div>
Is there a way to properly align the icon for uploading an image at the top right corner? I've been having trouble with this placement. Can anyone suggest the correct alignment for the icon?