angular/packages/forms/signals/test/node
Miles Malerba 5880fbc73c feat(forms): redo the signal forms metadata API
This PR makes a number of changes to the metadata API to address design
flaws in the previous API. Some of the changes include:

- Replaces the previous `MetadataKey` and `AggregateMetadataKey` with a
  single unified `MetadataKey` that is used for all metadata.
- The new `MetadataKey` is only defined for fields that explicitly set
  it in their schema logic
- All metadata now has reducer / aggregate behavior
- The new `MetadataKey` has an option to create a managed key which
  wraps the result of its computed aggregate into some other structure
  such as a `Resource` or `linkedSignal`
- There are now two APIs to create metadata keys
  - `createMetadataKey` for pure computed metadata
  - `createManagedMetadataKey` for metadata that manages its computation
    internally

(cherry picked from commit ebc5c2b083)
2025-12-09 09:21:45 -08:00
..
api feat(forms): redo the signal forms metadata API 2025-12-09 09:21:45 -08:00
compat feat(forms): redo the signal forms metadata API 2025-12-09 09:21:45 -08:00
BUILD.bazel refactor(forms): add compatForm 2025-11-06 18:51:31 +00:00
dynamic.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
field_context.spec.ts feat(forms): redo the signal forms metadata API 2025-12-09 09:21:45 -08:00
field_node.spec.ts feat(forms): redo the signal forms metadata API 2025-12-09 09:21:45 -08:00
field_proxy.spec.ts fix(forms): memoize reads of child fields in signal forms (#65802) 2025-12-03 12:52:43 -08:00
form.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
logic_node.spec.ts refactor(forms): expose pathKeys as part of the API 2025-11-06 21:43:15 +00:00
path.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
recursive_logic.spec.ts refactor(forms): Break logic.ts into separate files 2025-12-04 11:33:26 -08:00
resource.spec.ts feat(forms): redo the signal forms metadata API 2025-12-09 09:21:45 -08:00
submit.spec.ts refactor(forms): add onError callback to validateHttp for HTTP errors 2025-10-27 17:12:28 +01:00
types.spec.ts refactor(forms): allow FieldTree of recursive type 2025-11-06 21:43:46 +00:00
validation_status.spec.ts refactor(forms): add compatForm 2025-11-06 18:51:31 +00:00