docs(forms): updated forms docs to cover new apis

This commit is contained in:
vsavkin
2015-06-11 09:58:53 -07:00
parent 4fe919335c
commit 6622826587
13 changed files with 184 additions and 80 deletions

View File

@ -4,7 +4,7 @@ import {List} from 'angular2/src/facade/collection';
/**
* A directive that contains a group of [NgControl].
*
* @exportedAs angular2/forms
* Only used by the forms module.
*/
export class ControlContainer {
name: string;