I'm facing a scenario where I need to apply different styles based on the clients/users accessing the site.
Since all clients will be visiting the same site, I'll have to dynamically load styles based on the client that has logged in.
What is the best approach to achieve this in Angular 2 without relying on jQuery?
Appreciate any suggestions. Thanks!