fix(core): resurrect OnChange interface

This commit is contained in:
yjbanov
2015-05-22 13:14:59 -07:00
parent 3525c9c074
commit d48fae3566
3 changed files with 44 additions and 1 deletions

View File

@ -9,9 +9,10 @@ export * from './src/core/annotations/view';
export * from './src/core/application';
export * from './src/core/application_tokens';
export * from './src/core/annotations/di';
export * from './src/core/compiler/query_list';
export * from './src/core/compiler/compiler';
export * from './src/core/compiler/interfaces';
export * from './src/core/compiler/query_list';
// TODO(tbosch): remove this once render migration is complete
export * from './src/render/dom/compiler/template_loader';