landing page
Showing
| ... | ... | @@ -18,6 +18,7 @@ |
| "@angular/common": "~8.1.2", | ||
| "@angular/compiler": "~8.1.2", | ||
| "@angular/core": "~8.1.2", | ||
| "@angular/fire": "^5.2.1", | ||
| "@angular/forms": "~8.1.2", | ||
| "@angular/platform-browser": "~8.1.2", | ||
| "@angular/platform-browser-dynamic": "~8.1.2", | ||
| ... | ... | @@ -28,6 +29,7 @@ |
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.12.0", | ||
| "@ionic/angular": "^4.7.1", | ||
| "@ionic/storage": "^2.2.0", | ||
| "cordova-android": "7.1.4", | ||
| "cordova-plugin-device": "^2.0.2", | ||
| "cordova-plugin-geolocation": "4.0.2", | ||
| ... | ... | @@ -37,7 +39,9 @@ |
| "cordova-plugin-splashscreen": "^5.0.2", | ||
| "cordova-plugin-statusbar": "^2.4.2", | ||
| "cordova-plugin-whitelist": "^1.3.3", | ||
| "cordova-sqlite-storage": "^3.3.0", | ||
| "core-js": "^2.5.4", | ||
| "firebase": "^6.4.0", | ||
| "rxjs": "~6.5.1", | ||
| "tslib": "^1.9.0", | ||
| "zone.js": "~0.9.1" | ||
| ... | ... | @@ -82,10 +86,11 @@ |
| "cordova-plugin-geolocation": { | ||
| "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
| }, | ||
| "cordova-plugin-nativegeocoder": {} | ||
| "cordova-plugin-nativegeocoder": {}, | ||
| "cordova-sqlite-storage": {} | ||
| }, | ||
| "platforms": [ | ||
| "android" | ||
| ] | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
src/config/service.service.ts
0 → 100644
Please
register
or
sign in
to comment