Error: with SafeValue must use [property]=binding, (see https://g.co/ng/security#xss) even though I am using the DomSanitizer?
I created a component in Angular to show the parsed json content of two selected files, I rertive the differences from both files using a library called deepDiff, and while using it I created a method called, highlightPath to ensure I print a text where the difference is found, so far so good, just that the text should have a yellow background and there is just no way to show it as the information above aappears.