Code tag is not working in angular html template
问题 I would like to display the below snippet in my html page. I'm using angular 2. {path: 'test', component: TestComponent} I've added below in my template to achieve this: <pre> <code>{path: 'test', component: TestComponent}</code> </pre> When I load the template, I see below error. How do I fix this? Can't I use code tag? directive_normalizer.js:127 Uncaught Error: Template parse errors: Unexpected character "EOF" (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)