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
- Host: GitHub
- URL: https://github.com/erqk/ng-dynamic-json-form
- Owner: erqk
- License: mit
- Created: 2023-03-21T03:54:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:31:27.000Z (over 1 year ago)
- Last Synced: 2024-11-11T09:05:58.221Z (over 1 year ago)
- Topics: angular, angularforms, dynamic, json, jsonform, reactive-forms, reactiveforms
- Language: CSS
- Homepage: https://erqk.github.io/ng-dynamic-json-form/
- Size: 16.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)