manishit56 / Angular4-JsonEditor

Wrapper for jsonedior in angular 4+ application
MIT License
39 stars 17 forks source link

JsonEditor does not pass the values to bound model object #6

Open dnannaware opened 6 years ago

dnannaware commented 6 years ago

I have code as provided in https://github.com/manishit56/Angular4-JsonEditor/tree/master/src/app/demo. I tried with ChangeDetectionStrategy default and onPush, still updated made to JSON object using editor, does not get propagated to model object.

emgould commented 5 years ago

Did you resolve this? If so how?