I have a situation where I will have different styles based on different clients/users.
These will all be running from the same site so I will have to load in the style dynamically once I determine which client has logged in.
What is the recommended way of doing this in Angular 2? i.e. I don't want to use jquery?
Thanks