I am currently working on implementing various color schemes to customize our app, and I want Angular to dynamically apply one based on user preferences.
In our scenario, the UI will be accessed by multiple clients, each with their own preferred color scheme. Therefore, upon user login and identification of their associated company, I aim for Angular to load the appropriate color set.
While I have come across methods using CSS variables, unfortunately we must consider supporting IE as well.
Can this be achieved?
Appreciate your insights!