ngd
ngd copied to clipboard
View the dependencies tree of you Angular application
**Describe the bug** When using "ngd" command inside the root folder of an Angular 10 project an exception is thrown: ``` [20:30:05] using tsconfig: C:\Users\_\tsconfig.json internal/modules/cjs/loader.js:1238 throw err; ^ SyntaxError:...
**Is your feature request related to a problem? Please describe.** Layout of huge project is not optimal. It is now one "huge line". **Describe the solution you'd like** Add parameter...
**Describe the bug** Running on a large angular app causes the error `RangeError: Maximum call stack size exceeded` during file generation. **To Reproduce** Steps to reproduce the behavior: Sorry. Hard...
During npm audit through Veracode, it is detected Arbitrary Code Injection for dot library for compodoc/ngd-transformer package. Vulnerability detail : dot is vulnerable to arbitrary code injection. The template function...
Maybe it would be a good idea to add a minimum distance between lines when the graph is generated, to be able to see clearly the dependence. Now you need...
Watching demo graph, we can have very long graph, unreadable quickly. An option for filtering could be fine : ngd -f tsconfig.json -i module,component
after npm install , I'm running /root/node-v6.9.0-linux-x64/bin/ngd , then get errors as follow:   then i use /root/node-v6.9.0-linux-x64/bin/ngd -s TOTAL_MEMORY=60000000 ,still get errors. how to solve this problem? THANKS...
Does this tool generate dependencies for an AngularJS application?