Skip to content

Output graph only contains example data #77

@mwaibel-go

Description

@mwaibel-go

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:

  1. Run ngd in an Angular repository

Expected behavior
I expected the dependency graph to contain files from my repository, and no files not in my repository.

Screenshots
Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions