feat(forms): add support for validations

This commit is contained in:
vsavkin
2015-02-11 11:10:31 -08:00
parent 65ebff056a
commit ded83e589b
10 changed files with 283 additions and 8 deletions

View File

@ -4,3 +4,4 @@
export * from './change_detection';
export * from './core';
export * from './directives';
export * from './forms';