Is it possible to dynamically inject urls to stylesheets into a component?
Something like:
styleUrls: [ \'stylesheet1.css\', this.additionalUrls
I used the stylesheet link in the html template with ngIf condition, it worked for me.