app dev
Showing
... | @@ -25,7 +25,9 @@ | ... | @@ -25,7 +25,9 @@ |
"@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | "@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.7.1", | "@ionic/angular": "^4.7.1", | ||
"@ionic/storage": "^2.2.0", | |||
"agm-direction": "^0.7.8", | "agm-direction": "^0.7.8", | ||
"angularfire2": "^5.2.1", | |||
"cordova-android": "7.1.4", | "cordova-android": "7.1.4", | ||
"cordova-plugin-device": "^2.0.2", | "cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
... | @@ -33,7 +35,9 @@ | ... | @@ -33,7 +35,9 @@ |
"cordova-plugin-splashscreen": "^5.0.2", | "cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | "cordova-plugin-whitelist": "^1.3.3", | ||
"cordova-sqlite-storage": "^3.3.0", | |||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"firebase": "^6.4.2", | |||
"rxjs": "~6.5.1", | "rxjs": "~6.5.1", | ||
"tslib": "^1.9.0", | "tslib": "^1.9.0", | ||
"zone.js": "~0.9.1" | "zone.js": "~0.9.1" | ||
... | @@ -74,7 +78,8 @@ | ... | @@ -74,7 +78,8 @@ |
"cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | }, | ||
"cordova-plugin-ionic-keyboard": {} | "cordova-plugin-ionic-keyboard": {}, | ||
"cordova-sqlite-storage": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
... | ... |
src/config/auth.service.ts
0 → 100644
src/config/myorder.service.ts
0 → 100644
src/config/service.service.ts
0 → 100644
src/config/services/myorder.ts
0 → 100644
src/config/services/user.ts
0 → 100644
Please
register
or
sign in
to comment