mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `FormArrayDirective` will allow to have a `FormArray` as a top-level form object. * `NgControlStatusGroup` directive will be applied to the `FormArrayDirective` * `NgForm` will still create a `FormGroup` Fixes angular#30264 BREAKING CHANGE: This new directive will conflict with existing FormArray directives or formArray inputs on the same element. PR Close #55880 |
||
|---|---|---|
| .. | ||
| directives | ||
| model | ||
| directives.ts | ||
| errors.ts | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| util.ts | ||
| validators.ts | ||
| version.ts | ||