ngx-formly / ngx-formly

📝 JSON powered / Dynamic forms for Angular
https://formly.dev
MIT License
2.82k stars 567 forks source link

Create Online Playground to quickly prototype and test forms #2230

Closed classifieds-dev closed 4 years ago

classifieds-dev commented 4 years ago

Hello,

I was wondering if there is any interest in creating an online playground similar to this.

https://hamidihamza.com/ajsf/

I've known about that json forms package for a long time and have just recently discovered formly which looks amazing. Anyway it would be really nice if forms could tested quickly online like that project provides but with formly.

I've been using that the last few days to quickly test generated form schemas from NJSONSchema and it is considerably more efficient than modifying my app code every time.

aitboudad commented 4 years ago

I've done an initial work, I'll try to launch it once time allows.

For Json-schema you may check https://json-editor.github.io/json-editor/

aitboudad commented 4 years ago

duplicate of #1524