I m looking for some gui…

less than 1 minute read

I’m looking for some guides on how to create a library that contains 2-3 material themes that other apps can import. Any tips/links/help ? :slightly_smiling_face:

Responses:

There’s an example of a styles library project here: https://indepth.dev/tiny-angular-application-projects-in-nx-workspaces/#extract-a-styles-workspace-library

You can expose more than one Sass file, for example expose multiple Sass partials. You have to duplicate styles project configuration options as seen in the example.

Thx!.. will take a look! :slightly_smiling_face:

Been reading thru it now but one thing I dont get is if it’s possible to publish it as a package for other apps to install (not sharing thru config) ?

Updated: