misc(docs): Edits and additions for Forms and Change Detection
This commit is contained in:
4
modules/angular2/forms.js
vendored
4
modules/angular2/forms.js
vendored
@ -2,10 +2,12 @@
|
||||
* @module
|
||||
* @public
|
||||
* @description
|
||||
* This module is used for handling complex input, by defining and building a [FormObject] that consists of [Control]
|
||||
* 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 not included in the `angular2` module; you must import the forms module explicitly.
|
||||
*
|
||||
*/
|
||||
|
||||
export * from './src/forms/model';
|
||||
|
Reference in New Issue
Block a user