angular2-qrcode
angular2-qrcode copied to clipboard
An Angular 2 component that generates a QR Code.
I want the value to be variable, something like this: [value]="'{{ticket.qr}}'". Were ticket.qr is a variable that contains specific data of that ticket. Thank you.
there is a way for get generated QRCode and use it as image or object on TS side ? i want to add this QRCode to a PDF.
hy , i am building ionic app and i am using angular2-qrcode. everything is done right app is running perfect offline but when i deploy on ionic view for testing....
I am trying to generate QR code for the Google Authenticator App with the use of uri which is something like this `otpauth://totp/App%3Fsecret=XX47YM3N7JC6EN5B6DHRDNYW2AO74JYK` And i am assigning the same with...
``` import { QRCodeModule } from 'angular2-qrcode'; @NgModule({ imports: [ FormsModule, BrowserModule, HttpModule, AppRoutingModule, ReactiveFormsModule, QRCodeModule, AgmCoreModule.forRoot({ apiKey: '...', libraries: ["places"] }) ], ... ``` i add QRCode to my...
Would it be possible to add left and top margins so I can move the QR code around?
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...