I am in a problem with using bower components in typeScript. Is it possible use bower_components. I import bower_component in index.html but it's not import for other .html. Can you please give solution for this issue.
This import line in index.html.
<link rel="import" href="bower_components/...html" />
Thank you.