I have a form with 2 fields, 1 of it is an array. I would like to make this whole form as a array, when i click Add question, it will dynamically have another 2 fields like this.
Add Question 1 - All fields are mandatory (Add question)
Ask your question *
Answer 1 *
Add Question 2 - All fields are mandatory
Ask your question *
Answer 1 *
Another Answer
I've tried but failed. Please kindly help. Thank you. below is the code in StackBlitz.
StackBlitz: https://stackblitz.com/edit/angular-j92gcm?file=app%2Fapp.component.css