DEV Community

Discussion on: Nested FormArrays in Angular ReactiveForms

Collapse
 
nawafalsuwailem profile image
Nawaf

great walkthrough. In my case, I have a command form with a list of commands (e.g., subcommands). Each subcommand can have multiple subcommands,..., etc. Essentially, all commands use the same form but each need to keep track/be aware of their parent and children. I tried different solutions but I couldn't solve it. Any thoughts? thanks