pablocattaneo
5/11/2017 - 12:28 PM

Two-data-binding

Two-data-binding

[(ngModel)]="nane_of_the_property"

<input 
  type="text" 
  [(ngModel)]="username"
  >