docs(forms): change documentation of the FormGroup patchValue method (#25901)
Improve the grammar of the description to make it more readable. PR Close #25901
This commit is contained in:
parent
9b1bb370a3
commit
ddd3bf83c7
|
@ -1286,10 +1286,10 @@ export class FormGroup extends AbstractControl {
|
|||
*
|
||||
* ```
|
||||
*
|
||||
* @param value The object that matches the structure of the group
|
||||
* @param options Configure options that determines how the control propagates changes and
|
||||
* emits events after the value is patched
|
||||
* * `onlySelf`: When true, each change only affects this control, and not its parent. Default is
|
||||
* @param value The object that matches the structure of the group.
|
||||
* @param options Configuration options that determine how the control propagates changes and
|
||||
* emits events after the value is patched.
|
||||
* * `onlySelf`: When true, each change only affects this control and not its parent. Default is
|
||||
* true.
|
||||
* * `emitEvent`: When true or not supplied (the default), both the `statusChanges` and
|
||||
* `valueChanges`
|
||||
|
|
Loading…
Reference in New Issue