{{}} is for string binding.
Use attribute binding to innerHTML instead to get these characters displayed correctly.
<div [innerHTML]="foo">
See https://stackoverflow.com/a/41089093/217408 for more details.
{{}} is for string binding.
Use attribute binding to innerHTML instead to get these characters displayed correctly.
<div [innerHTML]="foo">
See https://stackoverflow.com/a/41089093/217408 for more details.