Hi Allan, your plug-in really helps to visualize dependencies in Angular projects. I particularly like the component hierarchy graph. I noticed, however, that if a component internally uses other components indirectly, via having a <router-outlet></router-outlet>
in its HTML template (and routes defined in, say, the AppRoutingModule
), then this dependency is missing from the component hierarchy graph.
Do you see a way to also include these indirect dependencies?