[Angular 2] NgNonBindable

If you want to print someting like {{content}} on the html, using ng-non-bindable directive:

<div ng-non-bindable>
    <-- {{content}}
</div>
原文地址:https://www.cnblogs.com/Answer1215/p/4941373.html