-
Notifications
You must be signed in to change notification settings - Fork 12k
Split angular.json
into multiple files
#22655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Splitting However, it is very unlikely that it will 1:1 with the NX solution. |
angular.json
into multiple files
This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list. You can find more details about the feature request process in our documentation. |
I think that such functionality will lead to a win-win situation for both Angular and Nx.
cc: @vsavkin |
@Den-dp I will share this issue with more people maybe it will get at least into the consideration list. I have no idea why would anyone dislike this and I would like to hear counterarguments. 😅 Personally, if I had to work on a monorepo with Angular and without |
It is essential to address this in Angular now, especially with the advent of native federation, which simplifies the process of working on microfrontends within Angular workspaces. Managing a large |
Anything new regarding this? |
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature request
Description
I have a monorepository and I want to split my
angular.json
into separate files.So that I can have something like this:
After working with NX I noticed that with Lerna and the usual setup my
angular.json
file has 119 lines of code even though I basically have an empty repository. I believe that having a singleangular.json
file is a very bad idea, especially for bigger monorepositories or UI libraries.Describe the solution you'd like
Make the JSON configuration 1:1 with what NX does or implement similar functionality.
The text was updated successfully, but these errors were encountered: