mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
No EOL
237 B
Markdown
8 lines
No EOL
237 B
Markdown
@cheatsheetSection
|
|
@name Forms
|
|
@description
|
|
`import {FORM_DIRECTIVES} from 'angular2/angular2';`
|
|
|
|
@cheatsheetItem
|
|
`<input [(ng-model)]=\"userName\">`|`[(ng-model)]`
|
|
Provides two-way data-binding, parsing and validation for form controls. |