angular2-qrcode
angular2-qrcode copied to clipboard
Incorrect type
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">