Skip to content

Commit 4b62a72

Browse files
PatrickJSmhevery
authored andcommitted
feat(change_detection.js): export null pipes
rather then having developers creating their own null pipes Closes angular#1624
1 parent 61b69c6 commit 4b62a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/angular2/change_detection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
4747
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
4848
export {uninitialized} from './src/change_detection/change_detection_util';
4949
export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
50+
export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
5051
export {
5152
defaultPipes,
5253
DynamicChangeDetection,

0 commit comments

Comments
 (0)