refactor(formed): changed forms to use event and property setters instead of NgElement

This commit is contained in:
vsavkin
2015-03-19 13:12:16 -07:00
parent a12dc7d75a
commit 514529b5d9
3 changed files with 90 additions and 71 deletions

View File

@ -2,6 +2,7 @@ export * from './src/core/annotations/visibility';
export * from './src/core/compiler/interfaces';
export * from './src/core/annotations/template';
export * from './src/core/application';
export * from './src/core/annotations/di';
export * from './src/core/compiler/compiler';