angular-cn/modules/angular2/test/core/change_detection
Misko Hevery 310620fd12 chore: upgrade to new Zone.js API v0.6.2
BREAKING CHANGE

Removed deprecated API from NgZone
- `NgZone.overrideOnTurnStart`
- `NgZone.overrideOnTurnDone`
- `NgZone.overrideOnEventDone`
- `NgZone.overrideOnErrorHandler`

Rename NgZone API
- `NgZone.onTurnStart` => `NgZone.onUnstable`
- `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty`
- `NgZone.onEventDone` => `NgZone.onStable`

Closes #7345
2016-03-16 18:05:09 +00:00
..
differs chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
generated chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
generator refactor(compiler): make all commands const 2015-11-09 10:59:08 -08:00
parser fix(compiler): fix interpolation regexp 2016-02-03 15:21:55 +00:00
change_detector_config.ts feat(core): drop `ChangeDetectionStrategy.OnPushObserve` 2016-03-01 13:28:10 -08:00
change_detector_ref_spec.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
change_detector_spec.ts feat(core): drop `ChangeDetectionStrategy.OnPushObserve` 2016-03-01 13:28:10 -08:00
change_detector_util_spec.ts feat(change_detection): allow all legal programs in the dev mode 2016-01-26 21:01:19 -08:00
coalesce_spec.ts refactor(lifecycle): prefix lifecycle methods with "ng" 2015-11-30 16:40:50 -08:00
iterable.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
iterable.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
proto_record_builder_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
proto_record_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
util.ts fix(ngFor): update view locals if identity changes 2016-02-09 22:06:06 +00:00