Simple 3D visualiser of Angular project components and their relationships

Checkout this project to your machine and install it as npm package inside your Angular project.
npm install /path/to/project-visualiser
Run this command inside your Angular project.
ng-visualize
Open browser at http://127.0.0.1:8080/.
Double click on graph node to open selected component in VSCode.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.