feat(forms): changed all form directives to have basic control attributes

This commit is contained in:
vsavkin
2015-07-07 15:53:16 -07:00
parent 4656c6f5cf
commit 3f7ebde037
10 changed files with 139 additions and 10 deletions

View File

@ -71,6 +71,7 @@ export * from './directives';
export {
AbstractControl,
AbstractControlDirective,
Control,
ControlGroup,
ControlArray,