I\'m looking to refactor a large set of components in my Angular project to have strongly typed FormGroups, FormArrays, and FormControls.
I\'m just looking for a good wa
The solution I ended up using was a library I found called ngx-strongly-typed-forms
It enables you to have strongly typed FormControls, FormGroups, and FormArrays. There are some limitations but it's definitely helped a lot in my project.
You can see the documentation at https://github.com/no0x9d/ngx-strongly-typed-forms