I have a component and it has used in 2 places in application, one for listing and and another in slider, only difference is in CSS, one has larger view and another has smaller and some other CSS changes.
So I am thinking to use same component at both places and use different external style, but for that I need to add CSS url in to Component decorator dynamically.
Is this possible? If yes how?