There was an error while loading. Please reload this page.
1 parent 61b69c6 commit 4b62a72Copy full SHA for 4b62a72
modules/angular2/change_detection.ts
@@ -47,6 +47,7 @@ export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
47
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
48
export {uninitialized} from './src/change_detection/change_detection_util';
49
export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
50
+export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
51
export {
52
defaultPipes,
53
DynamicChangeDetection,
0 commit comments