Image Picker - Invalid provider error

I found a solution, my bad.

On the app.module.ts the import is incorrect.

import {ImagePicker} from '@ionic-native/image-picker';

to

import {ImagePicker} from '@ionic-native/image-picker/ngx';
2 Likes