installation.html 665 B

12345678910111213141516
  1. <ion-header>
  2. <ion-navbar>
  3. <ion-spinner #spinner [hidden]="!spinner_show" [paused]="!this.abc.scanning" (click)="this.abc.bt_discover()" style="float: right; margin-right: 1em; width: 1.5em; height: 1.5em;"></ion-spinner>
  4. <span #tt42 [hidden]="spinner_show" style="float: right; margin-right: 1em;">{{temperature}}</span>
  5. <button ion-button menuToggle>
  6. <ion-icon name="menu"></ion-icon>
  7. </button>
  8. <ion-title>Installation</ion-title>
  9. </ion-navbar>
  10. </ion-header>
  11. <ion-content>
  12. <iframe src="https://mecoffee.nl/mecoffee/installation/?embedded=true" frameBorder="0" style="width: 100%; height: 100%;" > iFrame </iframe>
  13. </ion-content>