* The aggregate value of the `FormRecord`, including any disabled controls. * * See `FormGroup#getRawValue` for additional information.
()
| 828 | * See `FormGroup#getRawValue` for additional information. |
| 829 | */ |
| 830 | getRawValue(): {[key: string]: ɵRawValue<TControl>}; |
| 831 | } |
| 832 | |
| 833 | /** |
no outgoing calls
no test coverage detected