multi-project/projects/app/_modules/viget/qrcode/qrcode.component.html

2 lines
158 B
HTML

<qrcode #qrc [qrdata]="txt" [width]="256" [errorCorrectionLevel]="'M'"></qrcode>
<a #btn class="btn" (click)="saveAsImage(qrc,btn)">Загрузить PNG</a>