mohsen1 / angular-json-schema-form

Angular directive for making forms out of JSON Schema
http://azimi.me/angular-json-schema-form/demo/demo.html
MIT License
30 stars 59 forks source link

Angular 2.0 Integration #14

Open anupamarachuri opened 8 years ago

anupamarachuri commented 8 years ago

Could you please provide a way to integrate with Angular 2.0. Basically our requirement is to include the dynamic form only for few pages and static for few. Could you please let us know how we can leverage this using the angular-json-schema-form.

mohsen1 commented 8 years ago

This is a thin wrapper around JSON Editor (find it in package.json dependencies). it should be easy to wrap JSON Editor in an Angular2 component as well. I have no plans to do that.