You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a single angular.json per workspace. Each project in the workspace adds hundreds of lines to the angular.json file, if you have many projects, the files becomes too big and kinda cumbersome to navigate.
Describe the solution you'd like
What if the angular.json file held global config and the path to each projects angular.json.
Command
config
Description
Currently we have a single angular.json per workspace. Each project in the workspace adds hundreds of lines to the angular.json file, if you have many projects, the files becomes too big and kinda cumbersome to navigate.
Describe the solution you'd like
What if the angular.json file held global config and the path to each projects angular.json.
Something like:
Then each project could have its own angular.json (or maybe project.json).
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: