Skip to content

Instantly share code, notes, and snippets.

@mphuget
Created March 6, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mphuget/209dd8f2e7255e37c50a07c04ed39171 to your computer and use it in GitHub Desktop.
Save mphuget/209dd8f2e7255e37c50a07c04ed39171 to your computer and use it in GitHub Desktop.
Add.page.html (le ion-content seulement)
<ion-content padding>
<form [formGroup]="todo">
<ion-item>
<ion-label>Todo</ion-label>
</ion-item>
<ion-item>
<ion-input type="text" formControlName="title"></ion-input>
</ion-item>
<ion-item>
<ion-label>Description</ion-label>
</ion-item>
<ion-item>
<ion-textarea formControlName="description" rows="10"></ion-textarea>
</ion-item>
</form>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment