test(change_detection): add an integration test verifying that binding propagation config works

This commit is contained in:
vsavkin
2015-02-11 16:28:10 -08:00
parent 234e1eccca
commit 91fd5a69bf
5 changed files with 59 additions and 11 deletions

View File

@ -2,12 +2,13 @@ export * from './src/core/annotations/annotations';
export * from './src/core/annotations/visibility';
export * from './src/core/compiler/interfaces';
export * from './src/core/annotations/template_config';
export * from './src/core/application';
export * from './src/core/compiler/compiler';
export * from './src/core/compiler/template_loader';
export * from './src/core/compiler/view';
export * from './src/core/compiler/viewport';
export * from './src/core/compiler/binding_propagation_config';
export * from './src/core/dom/element';