Home:ALL Converter>Angular reactive form value not updating on form array push

Angular reactive form value not updating on form array push

Ask Time:2018-10-02T02:08:08         Author:balaG

Json Formatter

I tried a nested form controls using formarray and it's updating the form value, if i change the existing display values. However I tried to add a form group in formarray, the content is appearing in the UI and not if form value (JSON). I have posted the code in stackblitz. Thanks in advance.

https://stackblitz.com/edit/angular-nested-forms-reactive-vvczmt

Author:balaG,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/52596558/angular-reactive-form-value-not-updating-on-form-array-push
yy