DEV Community

Sushant Mishra
Sushant Mishra

Posted on

How can I create Angular metadata driven framework?

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)

Collapse
 
geromegrignon profile image
Gérôme Grignon

Hi, take a look at Formly: formly.dev/