From 93f464a1455831695858d1f2298727a33bc9ab27 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Sun, 31 May 2015 01:36:08 -0700 Subject: [PATCH] feat(change_detection.ts): export PipeFactory Closes #2245 --- modules/angular2/change_detection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,