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

@ -13,6 +13,7 @@ export {
ChangeDetectorRef,
WrappedValue,
SimpleChange,
PipeTransform,
PipeOnDestroy,
IterableDiffers,
@ -21,5 +22,4 @@ export {
KeyValueDiffers,
KeyValueDiffer,
KeyValueDifferFactory
} from './change_detection/change_detection';