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
..
2015-08-25 15:33:23 -07:00
2015-08-27 00:05:48 +00:00
2015-08-27 21:41:46 -07:00
2015-08-25 15:33:23 -07:00
2015-08-25 15:33:23 -07:00
2015-08-25 15:33:23 -07:00
2015-08-26 15:06:25 -07:00
2015-08-28 00:09:01 +00:00
2015-08-26 15:06:25 -07:00
2015-08-27 09:46:15 +02:00
2015-08-13 21:18:31 +00:00
2015-08-13 21:18:31 +00:00