I have a component library that I've designed for lets say theme A. I want to have most of the components with a slight different variation (in both template and css) in them to make my theme B.
I've taken a look at most of these questions on SO and also on the web but nothing addresses my issue precisely unless I create a new tag with a different name which I don't believe to be an elegant way to address this issue.
I would appreciate if someone can provide me an approach to tackle this.
How to apply themes in angular2?