angular/packages/forms/src
Miles Malerba 2fdd4da2a8 refactor(forms): rename the control directive to the field directive (#64300)
Renames the control directive and the input that users set to bind a
field to a UI control.

Previously users would do:

```
<input [control]="someField">
```

Now users will do:

```
<input [filed]="someField">
```

PR Close #64300
2025-10-13 08:59:13 -07:00
..
directives refactor(forms): rename the control directive to the field directive (#64300) 2025-10-13 08:59:13 -07:00
model docs: Documents utility functions for narrowing form control types (#64373) 2025-10-13 08:32:29 -07:00
directives.ts feat(forms): Add FormArrayDirective (#55880) 2025-08-21 09:38:37 -07:00
errors.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
form_builder.ts refactor(docs-infra): convert code-example-s that have only region param to @example-s (#59004) 2024-12-04 18:05:59 +01:00
form_providers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
forms.ts feat(forms): Add FormArrayDirective (#55880) 2025-08-21 09:38:37 -07:00
util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
validators.ts refactor(core): protect InjectionToken usage of ngDevMode (#63875) 2025-09-19 21:27:45 +00:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00