Hi, i would like to create a form with this architecture with formbuilder:
Question has to be an object with several attribute
Option has to be an object with several attribute
I begin in angular and ionic so i don’t know how manage to do it properly with validation form and display error, i saw that there is some things like ControlArray and ControlGroup but i don’t know how use it.
Does anyone has any idea of create this kind of form ?