Open dnannaware opened 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.
Did you resolve this? If so how?
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.