python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
In Nx + Angular monorepo architecture, where should I put testing helpers that are specific to just one library?
For context, we have an Angular + Nx monorepo with just one main app currently, but we plan to split it to a few separate microfrontends soon.
We currently have just one main module, util-models, that...

JoannaFalkowska
Votes: 0
Answers: 1
TypeError: Cannot read properties of undefined (reading 'ngModule')
Runing test I get this error
TypeError: Cannot read properties of undefined (reading 'ngModule')
I dont exactly know what is causing this error, but google said circular dependency issue but I am not ...
arshinfor
Votes: 0
Answers: 3
Cannot use TypeOrm in nx-nestjs project: ERR_REQUIRE_ESM
I am migrating my NestJS-TypeOrm app to a monorepo (NX workspace).
Whenever I try to run the app, I get this error:
C:\myproject\node_modules\@nrwl\node\src\executors\node\node-with-require-overrides....

Patric
Votes: 0
Answers: 1
Angular Material Styles Not Appearing in Storybook
I am trying to create a Storybook using the Angular Material library in an nx app but I can't get the styles to appear that come along with the library. So the component renders but there are no style...
bschmitty
Votes: 0
Answers: 2