DEV Community

Dhimant Bhensdadia
Dhimant Bhensdadia

Posted on

Angular import styles from angular library assets

I have build the angular lib named "my-lib" and also including the assets folder where my shared styles sheet files are there. After that I have published this lib inside my npm repository.

Now in my consumer app called "my-app", I have installed the above library using the npm command.In…

Top comments (0)