UPDATE: both paths from Chris and Mark are working.
I am using Angular 2. I am trying to show two continuous spaces between a and b on the page. I tried all this, but none of them work:
{{text}} text = "a\00a0\00a0b"; text = 'a\00a0\00a0b'; text = "a b"; text = 'a b'; text = "ab"; text = 'a b';
How can I make this work?
html angular
Hongbo miao
source share