14 lines
424 B
Markdown
14 lines
424 B
Markdown
@cheatsheetSection
|
|
Forms
|
|
@cheatsheetIndex 4
|
|
@description
|
|
{@target ts}`import { FormsModule } from '@angular/forms';`{@endtarget}
|
|
{@target js}Available from `ng.forms.FormsModule`{@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.
|