angular2 - working with reactiveform with json data
I guess one of the best way to debug angular reactive form issue is with the following code. Gives an interactive view of what user is adding into the form.
<p style="width:800px">Form value: {{ personForm.value | json }}</p>
Comments