Here is my need:
I have created a angular library which is used by number of applications. the library has the all styles file as ".scss" extension. in case of any update in library each application require to build the angular-library, instead I decided to keep the library scss/css files in server. so it will automatically updated with all apps.
as a try i uploaded the '.scss' file, but it's not working after i added the file in index.html
the question is:
- how to include the
style.scssfile in other applications - if not possible then - hot to convert
scssfiles in tocssfile while i do library build and same can uploaded in server
please help me.