报警组件
Showing
| ... | ... | @@ -23,15 +23,18 @@ |
| "@angular/router": "^7.2.2", | ||
| "@ionic-native/app-minimize": "^5.5.0", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/local-notifications": "^5.8.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| "@ionic/angular": "^4.1.0", | ||
| "cordova-android": "7.1.4", | ||
| "cordova-ios": "~4.5.5", | ||
| "cordova-plugin-appminimize": "1.0.1", | ||
| "cordova-plugin-badge": "0.8.8", | ||
| "cordova-plugin-device": "2.0.2", | ||
| "cordova-plugin-ionic-keyboard": "^2.0.5", | ||
| "cordova-plugin-ionic-webview": "^3.0.0", | ||
| "cordova-plugin-local-notification": "0.9.0-beta.2", | ||
| "cordova-plugin-screen-orientation": "^3.0.1", | ||
| "cordova-plugin-splashscreen": "5.0.2", | ||
| "cordova-plugin-statusbar": "^2.4.2", | ||
| ... | ... | @@ -79,7 +82,8 @@ |
| "cordova-plugin-ionic-webview": {}, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-plugin-appminimize": {}, | ||
| "cordova-plugin-screen-orientation": {} | ||
| "cordova-plugin-screen-orientation": {}, | ||
| "cordova-plugin-local-notification": {} | ||
| }, | ||
| "platforms": [ | ||
| "android", | ||
| ... | ... |
src/app/service/mqtt.ts
0 → 100644
Please
register
or
sign in
to comment