Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)