rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Augury doesn't show dependencies correctly #1457

Open flast1k opened 4 years ago

flast1k commented 4 years ago

Augury: 1.25.2 Date: Fri, 14 Feb 2020 20:47:42 GMT OS: Win32

Demo test application: https://augury.rangle.io/examples/#/dependency-injection

Description of issue: NewUserService isn't shown on dependency section and on Injector Graph tab. Also it has type "Object". It doesn't look like normal behaviour according to appropriate article https://augury.rangle.io/pages/guides/dependency-injection.html Capture1 Capture2

Angular version (required): 8.2.14

Additional details: The same behavior occurs on Firefox and with other angular projects.