refactor(change_detection): renamed BindingPropagationConfig to ChangeDetectorRef
This commit is contained in:
2
modules/angular2/change_detection.js
vendored
2
modules/angular2/change_detection.js
vendored
@ -20,7 +20,7 @@ export {DynamicProtoChangeDetector, JitProtoChangeDetector} from './src/change_d
|
||||
export {BindingRecord} from './src/change_detection/binding_record';
|
||||
export {DirectiveRecord} from './src/change_detection/directive_record';
|
||||
export {DynamicChangeDetector} from './src/change_detection/dynamic_change_detector';
|
||||
export {BindingPropagationConfig} from './src/change_detection/binding_propagation_config';
|
||||
export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
|
||||
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
|
||||
export {uninitialized} from './src/change_detection/change_detection_util';
|
||||
export {NO_CHANGE, Pipe} from './src/change_detection/pipes/pipe';
|
||||
|
Reference in New Issue
Block a user