angular2-qrcode icon indicating copy to clipboard operation
angular2-qrcode copied to clipboard

Incorrect type

Open pachu4u opened this issue 7 years ago • 0 comments

Hi I am using the below code to bind to a variable in ionic 3. The QR code is generated. However when I scan this QR code, it shows a URI when qrCodeValue has a string. (qrCodeValue:string; this.qrCodeValue = "Order:" + this.orderId;)

<qr-code [(value)]="qrCodeValue" [size]="150">

pachu4u avatar Nov 11 '17 09:11 pachu4u