I need to include an external CSS file from an npm package into my custom Angular library, but I'm not sure how to accomplish this.
I attempted to import it using
@import '~npmpackage/style.min.css
, but when I installed the Angular library in an Angular application, I encountered an issue where localhost:4200/~npmpackage/style.min.css
was not found.