feat(core/linker): add SimpleChanges type to lifecycle_hooks to simplify OnChanges signature

Closes #8557
This commit is contained in:
Ward Bell
2016-05-09 15:45:04 -07:00
committed by Misko Hevery
parent 6f3a6a55a0
commit 0a872ffd38
10 changed files with 27 additions and 14 deletions

View File

@ -41,6 +41,7 @@ export {
looseIdentical,
uninitialized
} from './change_detection_util';
export {SimpleChanges} from '../metadata/lifecycle_hooks';
/**
* Structural diffing for `Object`s and `Map`s.