demo.html
<textarea id="Demo">{{Text}}
</textarea>
demo.ts
this.Text = "Hello World"
[Hello World
Click Here for the link -- link to redirect
demo.html{{Text}}
<div ng-init="myVar = 'https://www.google.com'">
<p><a ng-href="{{myVar}}">{{myVar}}</a>Hello World</p>
</div>