Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • So that's more or less what I needed to do! I just updated the values for each form (instead of creating them, this is not happening on onInit, but on a button click). So just changing the values will work! Commented Mar 5, 2020 at 16:01
  • Just a suggestion, I believe template-driven form would be an good approach in your case as you can use the good old friend ngModel to bind values, if you prefer not to update manually. Commented Mar 5, 2020 at 16:06
  • @Shravan I will give it a try as it sounds like a better solution for me... Thanks for the suggestion! Commented Mar 5, 2020 at 18:13