There was an error while loading. Please reload this page.
1 parent 95b7896 commit 93f464aCopy full SHA for 93f464a
modules/angular2/change_detection.ts
@@ -47,7 +47,7 @@ export {DynamicChangeDetector} from './src/change_detection/dynamic_change_detec
47
export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
48
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
49
export {uninitialized} from './src/change_detection/change_detection_util';
50
-export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
+export {WrappedValue, Pipe, PipeFactory} from './src/change_detection/pipes/pipe';
51
export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
52
export {
53
defaultPipes,
0 commit comments