cordova-plugin-qrscanner icon indicating copy to clipboard operation
cordova-plugin-qrscanner copied to clipboard

Type 'QRScannerOriginal' is not assignable to type 'Provider'.

Open scnaonao opened this issue 6 years ago • 2 comments

Type 'QRScannerOriginal' is not assignable to type 'Provider'. Type 'QRScannerOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory [2322]

scnaonao avatar Jan 30 '19 01:01 scnaonao

Change the import path to import { QRScanner } from '@ionic-native/qr-scanner/ngx'; Both at the app.module.ts and the page you want to use it.

dudizimber avatar Jan 31 '19 21:01 dudizimber

Thank you @scnaonao!

Oyeyinka avatar May 23 '20 20:05 Oyeyinka