On our website, we display user-generated content (blog posts, etc.). It is displayed by the Symfony application. The interface is currently being rewritten as an Angular application. Now we have noticed that when a user's blog post contains double curly braces, Angular will process it, which is undesirable.
Is there a way in Angular to turn off double brace parsing for some DOM elements?
source
share