Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamindobler/ngconfig
VSCode extension which helps deal with large angular.json files
https://github.com/benjamindobler/ngconfig
Last synced: 6 days ago
JSON representation
VSCode extension which helps deal with large angular.json files
- Host: GitHub
- URL: https://github.com/benjamindobler/ngconfig
- Owner: BenjaminDobler
- Created: 2020-06-08T18:17:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:27:24.000Z (over 1 year ago)
- Last Synced: 2023-08-02T04:10:57.724Z (over 1 year ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NG Config
![Alt text](logo.png?raw=true "NGConfig Logo")
NGConfig is a visual code extension which helps dealing with large angular workspace projects which contain lots of apps and libraries.
One of the issues with these types of projects is that the configuration for all these apps is held in one central json file (angular.json) and it can become difficult to edit the projects when the file becomes quite large.
So this extension allows you to open partial parts of the angular.json in a separate editor. Those partial files are virtual and they allow you to focus on the project you are interested in.
Just right click the coresponding project folder and select ```Open project config``` to select the project you are interested in.![](ngconfig.gif)