Type 'BarcodeScannerOriginal' is not assignable to type 'Provider'. Type 'BarcodeScannerOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory code example
Example: Type 'CameraOriginal' is not assignable to type 'Provider'.
// change this line:
import { InAppBrowser } from '@ionic-native/in-app-browser';
// to this:
import { InAppBrowser } from '@ionic-native/in-app-browser/ngx';