Questions tagged [nrwl-nx]

Nx is an open source, next generation build system with first class monorepo support and powerful integrations.

Nx - Smart, Fast and Extensible Build System

Nx is an open source, next generation build system with first-class monorepo support and powerful integrations. It helps you architect, test, and build at any scale, integrating seamlessly with modern technologies and libraries while providing a robust CLI, caching, dependency management, and more.

Nx comes with a set of plugins for TypeScript, Angular, React, Node, Storybook, Cypress, Jest, and more, maintained by the Nx core team and a huge set of community provided extensions.

Find out more on nx.dev and on GitHub.

807 questions
0
votes
1 answer

State managment for too large angular application

Recently I came across a situation In our application, I searched for the solution but nowhere found a proper answer, As you know we have more than 600+ modules in our application. As the user navigates to new pages the browser may fill up with new…
-1
votes
0 answers

problem after update to storybook and nx 15.9.2

I installed storybook for all libraries for my nrwl/angular project. It basically just updated nx from 15.9.2 to 15.7.1. I can build/start my project witout any problems, but lint now throws this error: Failed to load plugin '@nrwl/nx' declared in…
Andresch Serj
  • 35,217
  • 15
  • 59
  • 101
-1
votes
1 answer

Single vs multiple angular libraries in npm

I would like to wrap all my libraries (57 librairies) into a single folder @my-organisation/team Instead of publish each library as a standalone lib, because they are a lot of dependencies one to each other and it will be a headache to manage…
IsraGab
  • 4,819
  • 3
  • 27
  • 46
-1
votes
1 answer

Angular cannot find shared component in NX

I am trying to start a small microfrontend project in angular 15 with Nx (integrated) and module federation. At the moment I have two applications: shell video I need to create package of shared components that will eventually be used as I add…
Comforse
  • 2,027
  • 4
  • 25
  • 40
-1
votes
1 answer

How to show 'Angualar Schematic...' entry in project popup menu?

I have an angular project where the Angular menu items are missing. In the settings it seems to be configured correctly: But in the pop-up menu (from the project-view) the entries are missing: Note: Some other projects work fine in the same…
TmTron
  • 17,012
  • 10
  • 94
  • 142
-1
votes
2 answers

Jest tests run fine from CLI, but fail in IntelliJ

I have an older angular project that I'm updating and moving to nx. (NX is cool.) I'm created a new project from the tutorial and am gradually moving my files over. With unit tests, nx test runs all of the unit tests in my project just fine, so it…
Thom
  • 14,013
  • 25
  • 105
  • 185
-1
votes
1 answer

ng build --aot fails but ng build works fine with installed library

We have a library project that lives in an nx project that we publish to npmjs. It's a collection of components derived from @angular/material. The library is published to npmjs @vdlx/vdl-angular. Our build uses ng-packagr to build each of the…
-1
votes
1 answer

Angular Console Extenstions

How can I add my own schematics available in npm to the list of available extensions in Angular Console?
Maciej Sikorski
  • 743
  • 5
  • 16
-2
votes
1 answer

Angular Console: Can't create library

I'm trying to create a new library using v 8.1.0 of the Angular Console on Windows. The error I get is "ENOENT: no such file or directory, mkdir "c:\path\to\my\workspace\libs\new_library_name" "c:\path\to\my\workspace\libs" exists…
TimTheEnchanter
  • 3,370
  • 1
  • 26
  • 47
-2
votes
1 answer

Redirect or route between different applications

In nrwl schematics different apps are created: Faculty Organization Students There's one functionality (lib) say, "createStudents" which is in Students app and the same functionality needs to be implemented in Faculty app, for this there are two…
sabin
  • 841
  • 12
  • 15
1 2 3
53
54