Answers for "Type 'CameraOriginal' is not assignable to type 'Provider'."

1

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';
Posted by: Guest on November-16-2020

Code answers related to "Type 'CameraOriginal' is not assignable to type 'Provider'."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language