Author: | guillotinaweb |
---|---|
Official Page: | Go to website |
Publish Date: | October 2, 2018 |
License: | MIT |
Description:
Ngx Schema Form is an Angular 2+ module allowing you to instantiate an HTML form from a JSON schema.
Features:
- Generate a form from a single json schema object
- Generate a form from a default set of html constructs
- Allow initialization from previous values
- Validation handled by z-schema
- Allow injection of custom validators
- Allow declaration of custom widgets
- Allow injection of custom bindings (new!)
Installation:
# NPM $ npm install ngx-schema-form --save