I have created an Angular project with Dynamic Inputs, I click on a button then new inputs create and I want to use FormBuilder to get the data but I don't know how to do this.
I know how to use FormBuilder in the static case but I didn't find any resource for dynamic.
Which are the steps to follow to achieve that?