mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| base.e2e.js | ||
| comment-nodes.e2e.js | ||
| elements.e2e.js | ||
| item-tracking.e2e.js | ||
| node-search.e2e.js | ||
| node-selection.e2e.js | ||
| property-edit.e2e.js | ||
| property-update.e2e.js | ||
| track-state.e2e.js | ||
| view-component-metadata.e2e.js | ||