zgo/src/app/receipt-qr/receipt-qr.component.html

14 lines
340 B
HTML

<div align="center" mat-dialog-title>
<h4 class="text">Scan for your Receipt</h4>
</div>
<mat-dialog-content>
<div class="qrcode" id="receipt-qr"> </div>
</mat-dialog-content>
<mat-dialog-actions>
<button mat-raised-button class="text" (click)="close()">
<mat-icon class="icon">close</mat-icon>Close
</button>
</mat-dialog-actions>