* Patches the value of the `FormRecord`. It accepts an object with control * names as keys, and does its best to match the values to the correct controls * in the group. * * See `FormGroup#patchValue` for additional information.
(
value: {[key: string]: ɵValue<TControl>},
options?: {
onlySelf?: boolean;
emitEvent?: boolean;
},
)
| 801 | * See `FormGroup#patchValue` for additional information. |
| 802 | */ |
| 803 | patchValue( |
| 804 | value: {[key: string]: ɵValue<TControl>}, |
| 805 | options?: { |
| 806 | onlySelf?: boolean; |
no outgoing calls
no test coverage detected