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
1.4m articles
1.4m replys
5 comments
57.0k users