refactor(change_detection): removed global change detection objects so it is possible to override pipe registry
This commit is contained in:
2
modules/angular2/change_detection.js
vendored
2
modules/angular2/change_detection.js
vendored
@ -25,5 +25,5 @@ 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';
|
||||
export {
|
||||
defaultPipes, DynamicChangeDetection, JitChangeDetection, dynamicChangeDetection, jitChangeDetection
|
||||
defaultPipes, DynamicChangeDetection, JitChangeDetection, defaultPipeRegistry
|
||||
} from './src/change_detection/change_detection';
|
||||
|
Reference in New Issue
Block a user