Type 'GeolocationOriginal' is not assignable to type 'Provider'. Type 'GeolocationOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory
Change the import code.
import { Geolocation } from '@ionic-native/geolocation';
to
import { Geolocation } from '@ionic-native/geolocation/ngx';
// For ionic 4