-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Describe the bug
When running ngd in my project, the output looks like it only contained example data.
To Reproduce
Steps to reproduce the behavior:
- Run
ngdin an Angular repository
Expected behavior
I expected the dependency graph to contain files from my repository, and no files not in my repository.
Desktop (please complete the following information):
- OS: Linux Mint 22 Cinnamon
- Browser Firefox 143.0.3
Additional context
From the console output I conclude that ngd did find the input files and could parse them:
[10:07:30] parsing : /home/mwaibel/tmp/wfm-frontend/src/shared/region-map/region-map.widget.ts
[10:07:30] debug : RegionMapWidget:
[10:07:30] parsing : /home/mwaibel/tmp/wfm-frontend/src/shared/weekdays.pipe.ts
[10:07:30] parsing : /home/mwaibel/tmp/wfm-frontend/src/utils.ts
[10:07:30] creating DOT : /home/mwaibel/tmp/wfm-frontend/documentation/dependencies.dot
[10:07:31] creating JSON: /home/mwaibel/tmp/wfm-frontend/documentation/dependencies.json
[10:07:31] creating SVG : /home/mwaibel/tmp/wfm-frontend/documentation/dependencies.svg
[10:07:31] creating HTML: /home/mwaibel/tmp/wfm-frontend/documentation/dependencies.html
[10:07:31] done
(Extract)
Metadata
Metadata
Assignees
Labels
No labels
