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
VS Code doesn't understand my Angular templates
I don't know why, but this is what VS Code gives me
My code compiles without any issues, so it must be VS Code related. Something in this component seems the mess things up in VS Code, because other ...

Jeanluca Scaljeri
Votes: 0
Answers: 2
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
nrwl/nx paths compatibility on Windows and Linux
I got to know about nrwl/nx and started using it. I initialized a monorepo on Windows. There, I added my first app, a react-native app.
I noticed that there are a bunch of places that the entry file p...

Sennen Randika
Votes: 0
Answers: 0