Posted 6 September 2024, 12:56 pm EST - Updated 6 September 2024, 1:18 pm EST
https://stackblitz.com/edit/angular-8rw4de?file=src%2Fapp%2Fapp.component.html
Like above i want to add rows to grid on button click and every column have inputbox or either radio button or anything. When click on add new row should be added in grid with all controls and when user click on submit button if there is any valdation that should be permomed like required field and if there is no validation error form get submitted. All this should be achieve using form array.
Thanks in advance.