angular/modules/angular2/src/core/render
Misko Hevery 69926dd002 refactor(change_detection): introduce enum ChangeDetectionStrategy
BREAKING CHANGE

Closes #2497

- change detection strategy type changes from string to ChangeDetectionStrategy
- CHECK_ONCE => ChangeDetectionStrategy.CheckOnce
- CHECKED => ChangeDetectionStrategy.Checked
- CHECK_ALWAYS => ChangeDetectionStrategy.CheckAlways
- DETACHED => ChangeDetectionStrategy.Detached
- ON_PUSH => ChangeDetectionStrategy.OnPush
- DEFAULT => ChangeDetectionStrategy.Default
- ON_PUSH_OBSERVE => ChangeDetectionStrategy.OnPushObserve
2015-08-27 21:41:46 -07:00
..
dom refactor(change_detection): introduce enum ChangeDetectionStrategy 2015-08-27 21:41:46 -07:00
api.ts refactor(change_detection): introduce enum ChangeDetectionStrategy 2015-08-27 21:41:46 -07:00
event_config.ts feat(WebWorkers): Add WebSocket MessageBuses for debugging apps 2015-08-26 19:07:53 -07:00
render.ts chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
xhr.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_impl.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
xhr_impl.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_mock.ts chore: update all import paths 2015-08-25 15:33:23 -07:00