Hi, I'm new to Angular
I'm using objectdiff in the following way:
I'm getting the difference between 2 json objects, then using converttoXmlString to get it to a string. This gets exported from the component.ts file to the component.html file.
I'm using a script where I can click and scroll to each consecutive difference in the comparison, but it isn't working. Can someone explain what might be wrong.
Thank you.