Is it possible to dynamically inject urls to stylesheets into a component?
Something like:
styleUrls: [ \'stylesheet1.css\', this.additionalUrls
I don't think you can have dynamic stylesheet URLs, because you cannot access your class property or method inside @Component decorator.
@Component
But you can achieve your goal by having dynamic style classes in your template.