test(change_detection): add an integration test verifying that binding propagation config works
This commit is contained in:
3
modules/angular2/core.js
vendored
3
modules/angular2/core.js
vendored
@ -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';
|
||||
|
Reference in New Issue
Block a user