An Angular 2 JSON Schema Form builder, similar to, and mostly API compatible with, Angular Schema Form. React JSON Schema Form, and JSON Form,
Choose an example below, or create your own, and check the generated form.

JSON Schema and Layout

(loading form specification...)

Generated Form


Valid?: {{formIsValid ? 'Yes' : 'No'}} — errors from validationErrors():

{{prettyValidationErrors}}
Live data — from onChanges():
{{prettyLiveFormData}}
Submitted data — from onSubmit():
{{prettySubmittedFormData}}