DEV Community

Discussion on: A case for extending Angular Forms

Collapse
 
jwp profile image
John Peters • Edited

My conclusions on this problem were different. I've abandoned all FormControl and related "manual" implementations for the ngModel which automatically creates the controls and support two way bindings if one knows how to do it. My quest started with the very problems you mentioned above, in particular; two way bindings. I believe Angular can do a much better job than they have so far, but it is what it is. A lot of these "changes and gaps" were due to the immutable craze that has swept the web world. For Angular it swept them into craziness and ill documented abilities.