DEV Community

Discussion on: Template Forms are just as powerful as Reactive Forms

Collapse
 
maxime1992 profile image
Maxime

You can check out a tiny wrapper around reactive forms that'll help you build safer forms (types) and sub forms too.
github.com/cloudnc/ngx-sub-form
We created that library with a colleague because we had to deal with a lot of forms and we've been using it on our code base for months now, we're really happy about it :) maybe you'll prefer reactive forms after using it 😄