Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 572 Bytes

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