Hi All,
I want to create a framework that generates automatic ui fields like input, select, dropdown, radio when provided a json with widget name.
Like if I get widget = “input”, input field should be created in my app.
How can I achieve this in angular 11+?
Top comments (1)
Hi, take a look at Formly: formly.dev/