An open API service indexing awesome lists of open source software.

https://github.com/erqk/ng-dynamic-json-form

Generate Angular reactive forms using JSON
https://github.com/erqk/ng-dynamic-json-form

angular angularforms dynamic json jsonform reactive-forms reactiveforms

Last synced: 10 months ago
JSON representation

Generate Angular reactive forms using JSON

Awesome Lists containing this project

README

          

# NgDynamicJsonForm

Generate Angular reactive form dynamically using JSON. Support conditional rendering and toggle of validators.

- Create form with unlimited nesting level
- Toggle control status (hidden or disabled) and validators depends on value from other control
- Supports Angular built in validators and custom validators
- Support custom components
- Support third party UI libraries
- Flexible form layout

[Documentation](https://erqk.github.io/ng-dynamic-json-form/docs)

[Playground](https://erqk.github.io/ng-dynamic-json-form/playground)