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