feat(change_detection.js): export null pipes
rather then having developers creating their own null pipes Closes #1624
This commit is contained in:
parent
61b69c63ed
commit
4b62a722f0
|
@ -47,6 +47,7 @@ export {ChangeDetectorRef} from './src/change_detection/change_detector_ref';
|
||||||
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
|
export {PipeRegistry} from './src/change_detection/pipes/pipe_registry';
|
||||||
export {uninitialized} from './src/change_detection/change_detection_util';
|
export {uninitialized} from './src/change_detection/change_detection_util';
|
||||||
export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
|
export {WrappedValue, Pipe} from './src/change_detection/pipes/pipe';
|
||||||
|
export {NullPipe, NullPipeFactory} from './src/change_detection/pipes/null_pipe';
|
||||||
export {
|
export {
|
||||||
defaultPipes,
|
defaultPipes,
|
||||||
DynamicChangeDetection,
|
DynamicChangeDetection,
|
||||||
|
|
Loading…
Reference in New Issue