When retrieving JSON data from the backend, I often encounter an issue where the value is set to "key": "\$hello"
and it results in an "Unexpected token d". Is there a way in Angular to handle or escape these characters once received from the server?