I try to make a dynamic form (so you can limitless add items to a list), but somehow the content of my list is not getting send because it can\'t find the control with path:
There should be a formControlName in your HTML form mapped to your component file.
formControlName
{{i + 1}}.)
list_items: this.fb.array([ [''], //0 points to this [''], //1 points to this [''] //2 points to this ])