-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Visualization of dependency injection #45748
Copy link
Copy link
Closed
Labels
area: devtoolsfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backlog
Milestone
Metadata
Metadata
Assignees
Labels
area: devtoolsfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: in backlogFeature request for which voting has completed and is now in the backlogFeature request for which voting has completed and is now in the backlog
Which @angular/* package(s) are relevant/related to the feature request?
core
Description
It's sometimes not so easy to unterstand what dependency injection is doing. It would be very helpful if there would be a possibility to better understand which instances of a injectable exist, how the dependency injection tree of a application looks and how the injector / injection hierarchy of a component looks.
Proposed solution
Extend the chrome dev tools plugin for angular with a visualization for the dependency injection tree.
Alternatives considered
Currently i don't have any idea for alternatives.