I have a basic app in angular 2 with Kendo UI controls. I have a drop down with theme 1, theme 2 and theme 3. and a button. How should the default styles.scss file be toto handle those 3 themes? What should be done in the component ts file to use one or other theme on the client at run time and modify the button color?
Thx