I am seeking information on how to create a common Angular library with custom styled components, such as size and font. My goal is to import this library into two separate projects, which I have successfully done so far.
However, now I wish for each project to have its own unique color, font, and icon themes. To accomplish this, I need a method to define the theme in the parent projects and apply it to the styling of the library components.
This approach allows all components in the library to remain consistent across different applications while adapting to their individual styles.
Is there a way to achieve this functionality?
Best regards, P90K