mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 09:49:35 +08:00
Fix wrong import path in documentation (#3209)
This commit is contained in:
parent
042e36de08
commit
2718bccccc
@ -499,7 +499,7 @@ export declare enum BackgroundGeolocationIOSActivity {
|
|||||||
* BackgroundGeolocation must be called within app.ts and or before Geolocation. Otherwise the platform will not ask you for background tracking permission.
|
* BackgroundGeolocation must be called within app.ts and or before Geolocation. Otherwise the platform will not ask you for background tracking permission.
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationEvents, BackgroundGeolocationResponse } from '@ionic-native/background-geolocation';
|
* import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationEvents, BackgroundGeolocationResponse } from '@ionic-native/background-geolocation/ngx';
|
||||||
*
|
*
|
||||||
* constructor(private backgroundGeolocation: BackgroundGeolocation) { }
|
* constructor(private backgroundGeolocation: BackgroundGeolocation) { }
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user