You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
we are trying to create buildable style library with angular material controls and related custom styles(new theme) , so that it can be re-used across other apps & libraries in mono repo,
Developer experience which we are looking for is , when we run serve command, and modify any thing in scss/css of the style library , those changes should be automatically picked up apps & libraries dependent on it , with out a need to build / publish for every change( no manual operation).
If we modify any thing in *.ts files of style library , it is picked up immediately, but modifying scss/css chnages are not picked up until it is build/published.
looks like a very common need. any thing we are missing. can any , please redirect me to right resource?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
we are trying to create buildable style library with angular material controls and related custom styles(new theme) , so that it can be re-used across other apps & libraries in mono repo,
Developer experience which we are looking for is , when we run serve command, and modify any thing in scss/css of the style library , those changes should be automatically picked up apps & libraries dependent on it , with out a need to build / publish for every change( no manual operation).
If we modify any thing in *.ts files of style library , it is picked up immediately, but modifying scss/css chnages are not picked up until it is build/published.
looks like a very common need. any thing we are missing. can any , please redirect me to right resource?
We are using nx 16.10.0 and angular 16.2.0
Beta Was this translation helpful? Give feedback.
All reactions