Theme/style Angular 2 reusable component libraries
General problem I want to style reusable Angular components to match the style of the specific client project. I maintain the reusable components in a separate project and generate an npm package out of it. That package is published to a private NPM repository (Sinopia) and then installed into multiple client projects. The general styling is - of course - specific to the component, but color and font - for example - should match the client project. How can I best apply styles such as color and font, defined in the client project, to the reusable components? Current implementation At the moment