feature(change detection): implement barebone ChangeDetector

fixes #39
This commit is contained in:
Victor Berchet
2014-10-02 15:14:32 +02:00
parent 38340ce8d9
commit 5527a1b1a4
9 changed files with 214 additions and 159 deletions

View File

@ -5,7 +5,7 @@ export * from './annotations/directive';
export * from './annotations/component';
export * from './annotations/template_config';
export * from 'change_detection/change_detection';
export * from 'change_detection/change_detector';
export * from 'change_detection/watch_group';
export * from 'change_detection/record';