2017-01-26 23:46:59 -08:00

362 B

@cheatsheetSection Forms @cheatsheetIndex 4 @description {@target ts}import { FormsModule } from '@angular/forms';{@endtarget} {@target js}Available using the ng.forms.FormsModule module{@endtarget}

@cheatsheetItem syntax: <input [(ngModel)]="userName">|[(ngModel)] description: Provides two-way data-binding, parsing, and validation for form controls.