In our development team, we are currently diving into several Angular2< projects. While my colleagues are comfortable coding large forms directly with Typescript and HTML in our Angular 2< projects, I am not completely satisfied with this method.
We are about to embark on new projects that will require extensive form structures, possibly with conditional logic, and these projects are expected to expand over the next few years. I believe that writing the code directly in Typescript/HTML, even with separate components and services, will result in a significant amount of redundant code. Any changes or additions to the forms in the future would be very cumbersome.
Is there any visual form editor available for AngularJS 2 that supports complex form structures? Or perhaps a form engine that offers a GUI, generator, or centralized configuration for creating intricate form layouts?
I simply want to develop advanced form structures in Angular2< without unnecessary coding complexities.