
committed by
Misko Hevery

parent
64ad74acbe
commit
5c25248582
6
modules/angular2/forms.js
vendored
6
modules/angular2/forms.js
vendored
@ -2,9 +2,9 @@
|
||||
* @module
|
||||
* @public
|
||||
* @description
|
||||
* This module is used for handling user input, by defining and building a [FormObject] that consists of [Control]
|
||||
* objects, and mapping them onto the DOM. [Control] objects can then be used to read information from the form DOM
|
||||
* elements.
|
||||
* This module is used for handling user input, by defining and building a {@link ControlGroup} that consists of
|
||||
* {@link Control} objects, and mapping them onto the DOM. {@link Control} objects can then be used to read information
|
||||
* from the form DOM elements.
|
||||
*
|
||||
* This module is not included in the `angular2` module; you must import the forms module explicitly.
|
||||
*
|
||||
|
Reference in New Issue
Block a user