KM
hello, thank you , very useful writeup. I saved the submitted form in the db as JSON. Now I need to display the form in the UI. How can I get the 'label' for each field in the JSON data. I only have the formControlName : Value in the JSON (getRawValue() from the form is what stored in the db). Please help.