How it's possible to component (ts file) get access to a variable inside index.html? exemple:
inside: index.html
<javascript>
var myVar = "test";
</javascript>
how to get this variable "myVar" to be used inside a component page
to be used for example on the component html like {{myVar}}