* Sets the value of the `FormRecord`. It accepts an object that matches * the structure of the group, with control names as keys. * * See `FormGroup#setValue` for additional information.
(
value: {[key: string]: ɵRawValue<TControl>},
options?: {
onlySelf?: boolean;
emitEvent?: boolean;
},
)
| 786 | * See `FormGroup#setValue` for additional information. |
| 787 | */ |
| 788 | setValue( |
| 789 | value: {[key: string]: ɵRawValue<TControl>}, |
| 790 | options?: { |
| 791 | onlySelf?: boolean; |
no outgoing calls
no test coverage detected