I am currently working on an Angular library and I would like to incorporate the primary color of the application theme into my project. Unfortunately, I do not have access to the theme.scss
file, so importing it into my component style file is not an option. Is there another way for me to achieve this?
Thank you.