I Have different projects developed in angular 8 and have same styling.
I want to use same SCSS
files so that in future changes can be made at one place.
I have tried below but this is not working for me.
Compiling css in new Angular 6 libraries
Please guide to right direction.
For example you can:
npm
or yarn
package (it can be private) with styles. package.json
dependency to a different projectsUseful links:
https://docs.npmjs.com/creating-and-publishing-private-packages
https://docs.npmjs.com/creating-and-publishing-an-org-scoped-package
Other option can be:
package.json
and angular.json
package.json
to run different projects (on different ports if you need it to run at the same time)angular.json
for different projects