ngd icon indicating copy to clipboard operation
ngd copied to clipboard

View the dependencies tree of you Angular application

Results 21 ngd issues
Sort by recently updated
recently updated
newest added

**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...

investigate

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

feature
help wanted
effort1: easy (hour)

after npm install , I'm running /root/node-v6.9.0-linux-x64/bin/ngd , then get errors as follow: ![1](https://cloud.githubusercontent.com/assets/25613332/25880344/68c66d04-3569-11e7-9a46-c64339d5d7bc.jpg) ![2](https://cloud.githubusercontent.com/assets/25613332/25880365/783d82c2-3569-11e7-9ee1-2a85bee95803.jpg) 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...

investigate

Does this tool generate dependencies for an AngularJS application?