Kathy Walrath e42a057048 docs(cheatsheet): complete the copy edit (#11215)
…and general cleanup of the cheatsheet.
2016-09-01 12:06:42 -07: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.