I want the user to see double curly braces, but Angular binds them automatically. This is the opposite case of this question where they want to not see curly braces used fo
I wanted single brackets across text and the above solutions didn't work for me. So did want the Angular recommended.
Angular Version: 5
Required Text: My name is {person.name}.
My name is {{'{'}}person.name{{'}'}}.
I hope it helps someone.