I'm working on a form that allows me to dynamically create new input fields. You can check out my code at: CodeSandBox of My Code
My goal is to capture the value of each dynamically created input using formControl. Here is the code snippet:
HTML:
(Code snippet for HTML)
TS:
(Code snippet for TypeScript)
Is it possible to retrieve the values of the created input components using formControl? For example, if I have 2 inputs created:
Input 1: text01 <-- value Input 2: text02 <-- value