Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <ion-header>
  2.  
  3. <ion-navbar>
  4. <button ion-button menuToggle icon-only>
  5. <ion-icon name='menu'></ion-icon>
  6. </button>
  7. <ion-title>network</ion-title>
  8. </ion-navbar>
  9.  
  10. </ion-header>
  11.  
  12. <ion-content padding>
  13. <h2>{{ connectionType }}</h2>
  14. <button ion-button full (click)="check()">Verificar Internet</button>
  15. </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement