I have a normal binding like this {{foo}} and it displays foo\'s value as text in the HTML. The text that comes from the server is \"R&D\"
{{foo}}
\"R&D\"
You can use the innerHTML like this:
It will decode properly