Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 135 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 135 Bytes

TextArea

<ion-item>
  <ion-label stacked>Message</ion-label>
  <ion-textarea [(ngModel)]="msg"></ion-textarea>
</ion-item>