diff --git a/modules/angular2/change_detection.ts b/modules/angular2/change_detection.ts index e0f8e31d59..deefc2a942 100644 --- a/modules/angular2/change_detection.ts +++ b/modules/angular2/change_detection.ts @@ -47,7 +47,7 @@ export {DynamicChangeDetector} from './src/change_detection/dynamic_change_detec 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 {WrappedValue, Pipe} from './src/change_detection/pipes/pipe'; +export {WrappedValue, Pipe, PipeFactory} from './src/change_detection/pipes/pipe'; export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe'; export { defaultPipes,