feat(change_detection.js): export null pipes

rather then having developers creating their own null pipes

Closes #1624
This commit is contained in:
PatrickJS 2015-04-30 18:09:51 -07:00 committed by Misko Hevery
parent 61b69c63ed
commit 4b62a722f0
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ 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 {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
export {
defaultPipes,
DynamicChangeDetection,