python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Nx Angular Lint Error after TSLint to ESLint Migration
I'm very new to Nx and today I tried to migrate all our Angular apps from TSLint to ESLint. What I did was to run the following command for each app:
nx g convert-tslint-to-eslint --project=SELECTED_P...

Ricky
Votes: 0
Answers: 1
Upgrading to Angular 13 with NX monorepo broke custom ng schematics
I'm extending @nrwl/schematics to create a custom Angular component schematic. After running nx migrate latest, npm i, then nx migrate --run-migrations=migrations.json, I get the following error when ...
mattb103190
Votes: 0
Answers: 0
How to use React-Native components in a Nextjs App inside an Nx monorepo
I am trying to use React Native components inside an Nx monorepo.
When I run the Nextjs app, it compiles successfully:
info - automatically enabled Fast Refresh for 1 custom loader
event - compiled c...
mohibkay
Votes: 0
Answers: 1
Why i am getting can't find module "typescript" when creating an application inside nx workspace in angular?
I have created an nx workspace which is successfully generated. Now i am generating a micro-front-end app inside that nx workspace using this command
npx nx g @nrwl/angular:app opShell --mfe --mfeType...

Fahad Subzwari
Votes: 0
Answers: 2