This commit is contained in:
sriram-at-840620226347 2020-10-17 13:14:17 +05:30
parent 6ae789281b
commit a46e2641f0

View File

@ -20,12 +20,8 @@
<div fxFlex="40" align="center" fxLayoutAlign="center center">
<div *ngIf="item.controls['img'] && item.value.img != ''">
<img [src]="item.value.img" ngxViewer style="width:85px; height: 85px;float:right">
<<<<<<< HEAD
</div><br>
=======
</div>
<span (click)="capture($event,i,item)">
>>>>>>> 76b66f0681e274e77b54115baf2b71c241b35a58
<app-capture-btn addMoreBtn="true" *ngIf="camera_btn[i] == true" class="file-btn" (imageDataEmitter)="capture($event,i,item)"></app-capture-btn>
</span>
<!-- <div style="width: 100%"> -->