nrwl Questions
1
Solved
Since updating our project to nx workspace 8 the generation of libraries "ng g lib mylib" does not allow to create a pure typescript library only.
Previously the question: "What framework should t...
Kleinstein asked 1/7, 2019 at 9:0
4
Biggest advantage og nrwl/nx was implementing multiple workspaces in one project.
Now angular 6 supperts it as well.
What are other adventages of nx over angular@6 ?
2
I have a main module with submodules, originally I wanted to make that modules eager loaded, so what I did:
1st Attempt - Eager loading
import {DashboardModule} from './module/dashboard/dashboard...
Labourer asked 5/6, 2018 at 14:36
1
Solved
I'm working with nx workspace and nestjs.
I would like to inject a value across multiple modules in nestjs app.
Final goal is to reproduce similar way of configuration management as vsavkin mentio...
4
I've been investigating the nrwl extensions and they look great. However, when I'm following their tutorial for Workspace Specific Schematics, the last step doesn't show me the command to run. Can ...
Halfbeak asked 31/7, 2018 at 10:2
2
I'm trying to use jest with an Angular project created by @nrwl/nx. I have followed this article to convert my app from using karma to jest.
The issue I'm getting is that even though my tests are ...
1
Solved
When creating a new nx workspace (i.e. with create-nx-workspace) and then generating an app (with ng g app) it creates an app folder inside the apps folder (so far so good) and also another app-e2e...
Sciomachy asked 9/8, 2018 at 9:11
2
How to share code between multiple NativeScript apps and multiple Angular apps using @nrwl/nx (Nx Workspace)?
© 2022 - 2024 — McMap. All rights reserved.