angular/packages/forms/src/model
Cédric Exbrayat 426af91a42 feat(forms): add FormBuilder.record() method (#46485)
The new `FormRecord` entity introduced in Angular v14 does not have its builder method.
This commit adds it, allowing to write:

```
const fb = new FormBuilder();
fb.record({ a: 'one' });
```

This works for both the `FormBuilder` and the `NonNullableFormBuilder`

PR Close #46485
2022-07-15 22:02:44 +00:00
..
abstract_model.ts docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00
form_array.ts docs: fix inline JSDoc tags (@see --> @link) (#46040) 2022-05-19 13:32:20 -07:00
form_control.ts fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
form_group.ts feat(forms): add FormBuilder.record() method (#46485) 2022-07-15 22:02:44 +00:00