angular/packages/forms/test
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
..
BUILD.bazel test(forms): remove zone-based testing utilities 2026-02-04 15:38:09 -08:00
directives_spec.ts test(forms): move timeout and autoTick helpers to shared testing utilities 2026-02-10 07:45:00 -08:00
form_array_spec.ts fix(forms): Untrack setValue in reactive forms 2026-02-19 09:11:06 -08:00
form_builder_spec.ts test(forms): move timeout and autoTick helpers to shared testing utilities 2026-02-10 07:45:00 -08:00
form_control_spec.ts fix(forms): Untrack setValue in reactive forms 2026-02-19 09:11:06 -08:00
form_group_spec.ts fix(forms): Untrack setValue in reactive forms 2026-02-19 09:11:06 -08:00
ng_control_status_spec.ts ci: reformat files 2025-12-16 14:44:19 -08:00
reactive_integration_spec.ts feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
template_integration_spec.ts feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00
typed_integration_spec.ts build: migrate vscode extension into repo (#63924) (#64049) 2025-10-15 10:37:02 -07:00
util.ts test(forms): move timeout and autoTick helpers to shared testing utilities 2026-02-10 07:45:00 -08:00
validators_spec.ts test(forms): move timeout and autoTick helpers to shared testing utilities 2026-02-10 07:45:00 -08:00
value_accessor_integration_spec.ts feat(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07:00