Save input value as variable and show on label - Ionic Framework / ionic-v3 - Ionic Forum *IN .HTML*

PHOTO EMBED

Fri Aug 05 2022 09:53:22 GMT+0000 (Coordinated Universal Time)

Saved by @Sozi #ionic #.html

      <ion-input type="text" text-right maxLength="10" placeholder="Enter Title Here" [(ngModel)]="myVal"></ion-input>
      <button ion-button large full color="dark" (click)="refresh()">Refresh</button>
      <ion-label color="dark">{{myVal1}}</ion-label>

content_copyCOPY

How to get the id of an input in IONIC to use in .js file

https://forum.ionicframework.com/t/save-input-value-as-variable-and-show-on-label/130809