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
Angular Element - "failed to resolve only because it was resolved as fully specified"
I have an angular element (within an nx workspace). when i use it in another angular project I get TypeScript dependency errors.
It seems my elements cannot inherit any dependancies (or use peerDepend...

Omar
Votes: 0
Answers: 0
Nx incremental build for TypeScript packages in watch mode
There is a Nx workspace using just the Nx core (no plugins) with a few buildable TypeScript packages and one web app (a Next.js app).
All TypeScript packages have the following NPM scripts to build an...
Romel Pérez
Votes: 0
Answers: 0
How to import absolute paths in a @nrwl/nx monorepo?
I'm working on a @nrwl/nx monorepo. I want to import the folders inside the project src by the absolute paths. I tried specifying the baseUrl but didn't work. The only solution worked is, adding the p...

Sennen Randika
Votes: 0
Answers: 1