How could I add something like this:
<style>
{{customStyles()}}
</style>
Style tag is being cut off from template. It's initially unknown, which style will be applied to which element.
In Angular tutorial there is explained how to add styles to template, if template was defined as string in @Component decorator, but I found no information what to do if template is HTML file.
In Angular Create Style Tag in View Template? there is given a hack, not a framework tool, thus it does not answer the question.