Skip to content

Commit 93f464a

Browse files
PatrickJStbosch
authored andcommitted
feat(change_detection.ts): export PipeFactory
Closes angular#2245
1 parent 95b7896 commit 93f464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/change_detection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export {DynamicChangeDetector} from './src/change_detection/dynamic_change_detec
4747
export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
4848
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
4949
export {uninitialized} from './src/change_detection/change_detection_util';
50-
export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
50+
export {WrappedValue, Pipe, PipeFactory} from './src/change_detection/pipes/pipe';
5151
export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
5252
export {
5353
defaultPipes,

0 commit comments

Comments
 (0)