You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My parent component triggers every change. this.reloadJson.next(mydata);
and the template is <app-json-view [data]="mydata" [reload]="reloadJson.asObservable()"> </app-json-view>
The children component gets the new data on the console (init) but it does not update the view.
Hi,
It happens on v2.4.0 and v3.0.2
My parent component triggers every change.
this.reloadJson.next(mydata);
and the template is
<app-json-view [data]="mydata" [reload]="reloadJson.asObservable()"> </app-json-view>
The children component gets the new data on the console (init) but it does not update the view.
<ngx-json-viewer #viewer [json]="data" [expanded]="true"></ngx-json-viewer>
The text was updated successfully, but these errors were encountered: