I would like to display {{ name }} string in Angular 2 template.
{{ name }}
How do I disable template binding for part of template?
Add the ngNonBindable attribute to the tag, then Angular doesn't process bindings.
ngNonBindable
Plunker example
2.1m questions
2.1m answers
60 comments
57.0k users