2015-11-05 15:04:55 +00:00
|
|
|
@cheatsheetSection
|
2015-11-06 12:26:24 +00:00
|
|
|
Forms
|
2015-11-13 07:14:12 +00:00
|
|
|
@cheatsheetIndex 3
|
2015-11-05 15:04:55 +00:00
|
|
|
@description
|
|
|
|
`import {FORM_DIRECTIVES} from 'angular2/angular2';`
|
|
|
|
|
|
|
|
@cheatsheetItem
|
2015-11-06 12:26:24 +00:00
|
|
|
`<input [(ng-model)]="userName">`|`[(ng-model)]`
|
2015-11-05 15:04:55 +00:00
|
|
|
Provides two-way data-binding, parsing and validation for form controls.
|