new changes
Showing
<?xml version='1.0' encoding='utf-8'?> | <?xml version='1.0' encoding='utf-8'?> | ||
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | <widget id="com.getmi.retailer" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Getmi retailer</name> | <name>Getmi retailer</name> | ||
<description>An awesome Ionic/Cordova app.</description> | <description>An awesome Ionic/Cordova app.</description> | ||
<author email="[email protected]" href="http://techware.co.in/">Techware software solutions Pvt Ltd</author> | <author email="[email protected]" href="http://techware.co.in/">Techware software solutions Pvt Ltd</author> | ||
... | ... |
... | @@ -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.12.0", | "@ionic-native/status-bar": "^5.12.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,10 +78,11 @@ | ... | @@ -74,10 +78,11 @@ |
"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" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
src/assets/[email protected]
0 → 100644
204 KB
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