angular-cn/modules
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
..
angular1_router refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
angular2 refactor(change_detection): introduce enum ChangeDetectionStrategy 2015-08-27 21:41:46 -07:00
angular2_material chore: update all import paths 2015-08-25 15:33:23 -07:00
benchmarks refactor(change_detection): introduce enum ChangeDetectionStrategy 2015-08-27 21:41:46 -07:00
benchmarks_external chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
benchpress chore: update all import paths 2015-08-25 15:33:23 -07:00
examples refactor(change_detection): introduce enum ChangeDetectionStrategy 2015-08-27 21:41:46 -07:00
rtts_assert chore: add repository field to npm package.json files 2015-08-14 18:09:52 +00:00