Having an issue here. When I send a Form to a component,
If I use console.log(form), it displays the object correctly. However, when I check the form in the console, the form.formGroup.value looks fine (e.g. {MOBILE0: 'xxx', PHONE0: 'xxx', EMAIL0: 'xxx'}).
But when I log console.log(form.formGroup.value), the value displayed is different ({PHONE0: 'xxx', EMAIL0: 'xxx'}).
Can anyone provide a quick solution for this discrepancy?