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.

2
  • the items in the array are dynamic, they can be from 1 to n<100, so I cannot create a class like that for items Commented Mar 4, 2019 at 17:22
  • MBG, the "items" in my example is a "easy way" to give some values, In "real world" I supouse the data becomes from a service. In the subscribe of the service you can call to this.buildForm using the array of object that you receive. The only thing I want to remark is that if you has an array of object, you can mannage the FormArray itself Commented Mar 4, 2019 at 20:51