Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 784 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 784 Bytes

based on angular2-dependencies-graph


A tool that allows you to view your Angular2 application dependencies. Currently, the tool only supports apps written in TypeScript.

Generated Graphs (sample)

screenshots-1

Install

In Visual Studio Code, run ext install ng2-dg - or, simply hit CMD/CTRL + Shift + P , search for "Install Extension", and then search for "Angular2 dependency graph".

run

  • simply hit CMD/CTRL + Shift + P
  • type ng2-dg
  • you'll find ng2-dg tsconfig
  • select a folder and wait a few seconds.
  • You'll find the output at <projectroot>/documentation

have fun