angular/packages/examples/core
Matthieu Riegler eae8f7e30b feat(core): Set default Component changeDetection strategy to OnPush
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.
2026-03-24 16:25:02 -07:00
..
animation/ts/dsl refactor(common): sync examples with Angular style guide (#64167) 2025-10-13 08:29:44 -07:00
debug/ts/debug_element refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
di/ts feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
testability/ts/whenStable refactor(common): sync examples with Angular style guide (#64167) 2025-10-13 08:29:44 -07:00
testing/ts build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
ts refactor(common): remove unused imports and standalone: false from examples 2026-02-09 07:53:31 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
main.ts refactor(common): sync examples with Angular style guide (#64167) 2025-10-13 08:29:44 -07:00
test_app_component.ts feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00