Support multiple apps/libs in NX workspace
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
At the moment it is only possible to set one app within the rootTranslationsPath
. I am using NX with multiple apps and libs.
Expected behavior
It should be possible to have multiple root translation paths / to support multiple apps.
Minimal reproduction of the problem with instructions
Create two projects within a NX workspace.
What is the motivation / use case for changing the behavior?
Make it usable within NX.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Grouping Libraries - Nx
This organization has two apps, booking and check-in . In the Nx workspace, libraries related to booking are grouped under a libs/booking folder,...
Read more >Angular shared assets with multiple apps — Nrwl Nx - Medium
Say you needed to reference shared assets across multiple projects within a single workspace, you will need some way of housing your assets...
Read more >Set Your Multi-App Environment up in 5 Minutes - Dev Genius
A typical Nx workspace is structured into “apps” and “libs”. This distinction allows us to have a more modular architecture by following a...
Read more >Migrate Multiple Angular CLI apps into a Single Nx Monorepo
Nx comes with powerful automated migrations to move an existing Angular CLI app (or also CRA app ) to a new Nx workspace....
Read more >Configure Tailwind in a Nx Monorepo With Potentially Multiple ...
Monorepos might consist of multiple applications and libraries. As such, when we setup Tailwind, we might want to have certain ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It would also be nice to have support for
--project
and checkangular.json
for the given project. For example:Then
would use
apps/first-app/src/assets/i18n
as therootTranslationPath
.Furthermore (optional), if
--project
was the default arg, then we would be able to useSimilar to how we can run tests for a given project using
@shaharkazaz That is perfect! Thank you again!