Angular2 QR-code reader based on
getUserMedia Web API
andLazarSoft QR Code scanner
This example based on ng2-webcam component and WebQR library. WebQR is a port of ZXing qrcode scanner, http://code.google.com/p/zxing.
Just put component onto your HTML
<ng2-qr-scanner></ng2-qr-scanner>
And do not forget add declarations
declarations: [
AppComponent,
WebCamComponent,
QRScannerComponent
]
npm install
npm start
Copyright (c) 2016 archik Licensed under the MIT license.