feat(change detection): export SimpleChange

Closes #4337
This commit is contained in:
Victor Berchet
2015-09-23 11:43:31 -07:00
parent 711ab6d573
commit 0a88e7b736
8 changed files with 19 additions and 10 deletions

View File

@ -51,7 +51,7 @@ export {ChangeDetectorRef} from './change_detector_ref';
export {IterableDiffers, IterableDiffer, IterableDifferFactory} from './differs/iterable_differs';
export {KeyValueDiffers, KeyValueDiffer, KeyValueDifferFactory} from './differs/keyvalue_differs';
export {PipeTransform, PipeOnDestroy} from './pipe_transform';
export {WrappedValue} from './change_detection_util';
export {WrappedValue, SimpleChange} from './change_detection_util';
/**
* Structural diffing for `Object`s and `Map`s.