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

An Angular 2 component that generates a QR Code.

Results 17 angular2-qrcode issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to place a logo in the qr code?

enhancement

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...