Skip to content

erqk/ng-dynamic-json-form

Repository files navigation

NgDynamicJsonForm

Generate Angular reactive form with JSON data. Support conditional rendering and toggle of validators.

Features

  • Conditional visibility and validators based on the value of other control.
  • Create FormControl, FormGroup and FormArray, with unlimited nesting level.
  • Supports Angular built in validators and custom validators.
  • Support custom components.
  • Support third party UI libraries.
  • Flexible form layout.

Documentation and demo

Documentation Playground