ionic @ionic-native/geolocation 添加提供商问题
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
更改导入代码。
import { Geolocation } from '@ionic-native/geolocation';
至
import { Geolocation } from '@ionic-native/geolocation/ngx';
// 对于离子 4
Type 'GeolocationOriginal' is not assignable to type 'Provider'. Type 'GeolocationOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory
更改导入代码。
import { Geolocation } from '@ionic-native/geolocation';
至
import { Geolocation } from '@ionic-native/geolocation/ngx';
// 对于离子 4