feat(forms): remove support for declaring forms in html

This commit is contained in:
vsavkin
2015-02-23 15:26:53 -08:00
parent ded83e589b
commit a73c643322
3 changed files with 53 additions and 156 deletions

View File

@ -1,4 +1,3 @@
export * from './src/forms/model';
export * from './src/forms/directives';
export * from './src/forms/validators';
export * from './src/forms/validator_directives';
export * from './src/forms/validators';