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';
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';