server change
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,8 +29,9 @@ |
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.12.0", | ||
"@ionic/angular": "^4.7.1", | ||
"@ionic/storage": "^2.2.0", | ||
"agm-direction": "^0.7.8", | ||
"cordova-android": "7.1.4", | ||
"cordova-android": "^8.0.0", | ||
"cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-geolocation": "4.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
... | ... | @@ -38,7 +40,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" | ||
... | ... | @@ -83,7 +87,8 @@ |
"cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
}, | ||
"cordova-plugin-nativegeocoder": {} | ||
"cordova-plugin-nativegeocoder": {}, | ||
"cordova-sqlite-storage": {} | ||
}, | ||
"platforms": [ | ||
"android" | ||
... | ... |
resources/README.md
deleted
100644 → 0
src/config/auth.service.ts
0 → 100644
src/config/cart.service.ts
0 → 100644
src/config/myorder.service.ts
0 → 100644
src/config/order.service.ts
0 → 100644
src/config/products.service.ts
0 → 100644
src/config/service.service.ts
0 → 100644
src/config/services/cart.ts
0 → 100644
src/config/services/myorder.ts
0 → 100644
src/config/services/order.ts
0 → 100644
src/config/services/product.ts
0 → 100644
src/config/services/user.ts
0 → 100644
Please
register
or
sign in
to comment