hivivo/ngx-json-viewer

Library not working properly with Angular 9

Closed this issue · 2 comments

Hello,
The Json is whether expanded or not. I cannot toggle between the 2 states, When I click at the Json parent node nothing happens.
Thanks

For clarity - you are saying the expand/collapse triangle handles aren't doing anything?

If so, I am observing this as well.

I'm experiencing this as well. however, I bound a function to the click event:

        <ngx-json-viewer
          (click)='triggerChangeDetection()'
          [json]='result'>
        </ngx-json-viewer>

and just called this.changeDetectorRef.detectChanges() in the bound function. it seems to work for me.