angular2-schema-form-no-reduce
v1.2.3
Published
Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form) without reduce function. It sends all fields, even the emty ones
Downloads
22
Maintainers
Readme
Angular2 Schema Form No Reduce
This is a forked project from angular2-schema-form
The only difference is:
- A form will send empty fields with an empty value.
Angular2 Schema Form is an Angular2 module allowing you to instanciate an HTML form from a JSON schema.