I am following these examples to create reusable libraries.
https://medium.com/@tomsu/how-to-build-a-library-for-angular-apps-4f9b38b0ed11
When I run ng build library-name , I don't get *.scss file in the dist/library-name folder. How do I include style sheets in my build?
Some useful posts on this
https://github.com/angular/angular-cli/issues/11071
https://github.com/angular/angular-cli/issues/11317
https://github.com/dherges/ng-packagr/issues/839#issuecomment-386791207
