I'm currently working on an Angular project that involves Dynamic Inputs. When I click on a button, new inputs are created and now I want to use FormBuilder to get the data. However, I am unsure of how to go about this.
Although I am familiar with using FormBuilder in a static case, I have not been able to find any resources or information on how to implement it dynamically.
What steps should I take to successfully achieve this?