python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NX workspace angular - generate component in library
I don't know how to generate component to library in nx workspace. Here is my library structure. Libraries are in folders (for example libs/features, libs/shared). I would like to create component in ...
bluray
Votes: 0
Answers: 1
Kill a process when it gives certain logging output (zsh/mac)
I have a long running build process that I want to terminate after a certain log output is given.
What i normally do is just watch the process running and when the log entry appears I control-c. Is th...
Matt
Votes: 0
Answers: 0
NX Nrwl build package Version number of Apps/Libs is allways 0.0.1
How to set the version of an NX App/Library build.
If i ran nx build or nx affected or nx build:MYAPP or Lib (if publishable) the version end allways as 0.0.1 and is not in sync with the version if th...
Volker Chartier
Votes: 0
Answers: 1
How to host assets with Module Federation on Angular and Nx monorepo
I need to make assets (png, svg images, fonts) from Angular remote applications available also in host applications of Webpack Module Federation.
Below are long steps to reproduce - not necessary to r...
Kichrum
Votes: 0
Answers: 2