436 B
436 B
@cheatsheetSection
Forms
@cheatsheetIndex 4
@description
{@target ts}import { FormsModule } from '@angular/forms';{@endtarget}
{@target js}Available using the ng.forms.FormsModule module{@endtarget}
{@target dart}Available using platform_directives in pubspec{@endtarget}
@cheatsheetItem
syntax:
<input [(ngModel)]="userName">|[(ngModel)]
description:
Provides two-way data-binding, parsing and validation for form controls.