Interpolation markup with embedded expressions is used by AngularJS to provide data-binding to text nodes and attribute values.
<a ng-href="img/{{username}}.jpg">Hello {{username}}!</a>
with the use of interpolation you can display in view any variable which is in TS file.