I am encountering a problem where I need to display a string on the page containing double backslashes "\\" but Angular is removing one of them, interpreting it as a regular expression.
You can see an example of this issue here: https://codepen.io/bental/pen/xxZdYZv
I have attempted to escape the string using DomSanitizer
without success.
I prefer not to modify the data since it is generated from the backend and unpredictable.