Package Exports
- ng-dynamic-json-form
- ng-dynamic-json-form/package.json
- ng-dynamic-json-form/styles
- ng-dynamic-json-form/ui-material
- 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
,FormGroup
andFormArray
, with as many nested level as you wish. - Support Angular built in validators and your own build custom validators.
- Toggle specific
AbstractControl
status (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.