mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eae8f7e30b
The default change detection strategy is now OnPush. BREAKING CHANGE: Component with undefined `changeDetection` property are now `OnPush` by default. Specify `changeDetection: ChangeDetectionStrategy.Eager` to keep the previous behavior.