Skip to content

Ionic app example to consume cordova-service-checker pluggin

Notifications You must be signed in to change notification settings

JVeraPTY/serviceCheck-ionic

Repository files navigation

serviceCheck-ionic

Proyecto Ionic de ejemplo para implementar el plugin "cordova-service-checker"

Implementacion

  1. Agregar plugin al proyecto.
ionic cordova plugin add https://github.com/onurkenis/cordova-service-checker.git
  1. importar el pluggin en el proyecto 'app.component.ts' :
declare var cordova;
  1. luego validamos los servicios con el metodo checkservices():
this.checkservices();

Detalles del pluggin a utilizar

referirse al archivo README.md https://github.com/onurkenis/cordova-service-checker

About

Ionic app example to consume cordova-service-checker pluggin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published