* Resets the `FormRecord`, marks all descendants `pristine` and `untouched` and sets * the value of all descendants to null. * * See `FormGroup#reset` for additional information.
(
value?: {[key: string]: ɵValue<TControl> | FormControlState<ɵValue<TControl>>},
options?: {
onlySelf?: boolean;
emitEvent?: boolean;
},
)
| 815 | * See `FormGroup#reset` for additional information. |
| 816 | */ |
| 817 | reset( |
| 818 | value?: {[key: string]: ɵValue<TControl> | FormControlState<ɵValue<TControl>>}, |
| 819 | options?: { |
| 820 | onlySelf?: boolean; |
no outgoing calls
no test coverage detected