mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| directives | ||
| model | ||
| directives.ts | ||
| errors.ts | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| util.ts | ||
| validators.ts | ||
| version.ts | ||