Package Exports
- ng-dynamic-json-form
- ng-dynamic-json-form/package.json
- ng-dynamic-json-form/styles
- ng-dynamic-json-form/ui-primeng
Readme
NgDynamicJsonForm
Generate Angular reactive form with just using JSON data. Your form can be very simple to very complex, with automatic status binding, and it supports other UI libraries!
Features
- Create
FormControl,FormGroupandFormArray, with as many nested level as you wish. - Support Angular built in validators and your own build custom validators.
- Toggle specific
AbstractControlstatus (hidden or disabled) and validators depends on otherAbstractControl's value. - Flexible input field layout using the CSS grid.
- Support custom component.
- Support other UI libraries.