A JavaScript expression represented as a string, typically used in interpolation bindings.
Example:
<span title="{{ attrBinding }}">{{ textBinding }}</span> Copy
<span title="{{ attrBinding }}">{{ textBinding }}</span>
A JavaScript expression represented as a string, typically used in interpolation bindings.
Example: