Search code examples
geolocationionic4

ionic @ionic-native/geolocation add provider issue


Type 'GeolocationOriginal' is not assignable to type 'Provider'. Type 'GeolocationOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory


Solution

  • Change the import code.

    import { Geolocation } from '@ionic-native/geolocation';
    

    to

    import { Geolocation } from '@ionic-native/geolocation/ngx';
    

    // For ionic 4