Dynamic Forms with Angular Formly and JSONSchema

Share this video with your friends

Send Tweet

JSONSchema is a format that allows to describe JSON documents in a machine and human readable way. It provides type validation and much more. That's also why many backend-frameworks have built-in functionality to easily expose a data model in the JSONSchema format.

Formly has support to dynamically create a form configuration out of a server-side provided JSONSchema. Let's see how.