Is it a way to use similar functionality like angular 1 has to embed template in index.html file:
<script type="text/ng-template" id="app/klasses/klass-detail/klass-detail.component.html">
your template here
</script>
The reason that I am asking for it is problem of caching static files (*.html) by browser and potential update to template could not be pick up if browser has not caching off - I can not depend on it - also would limit numbers of requests....