UNPKG

angular2-json-schema-form

Version:
29 lines (28 loc) 469 B
{ "schema": { "firstname": { "type": "string", "title": "First name" }, "lastname": { "type": "string", "title": "Last name" }, "fullname": { "type": "string", "title": "Full name" } }, "form": [ "firstname", "lastname", { "key": "fullname", "value": "{{values.firstname}} {{values.lastname}}" } ], "value": { "firstname": "François", "lastname": "Daoust" } }