angular/devtools/src
AleksanderBodurri 8bdbbf4510 feat(devtools): Implement initial DI debugging features in devtools (#51719)
This commit introduces 2 new features into DevTools.

Directive level dependency inspection: Users can now view which dependencies their directives have injected in the property viewer tab. This view displays not only the dependency but also the resolution path that was used to service the injection.

Injector graph inspection: Users can now view a visualization of the element and environment hierarchies in their application. These trees are displayed separately but on the same page in the Injector Tree tab. User can click on individual injectors to view a list of all the providers configured in that injector, as well as highlight the resolution path from that injector to the root (with the corresponding environment injector connection highlighted as well).

PR Close #51719
2023-10-10 13:10:50 -07:00
..
app feat(devtools): Implement initial DI debugging features in devtools (#51719) 2023-10-10 13:10:50 -07:00
assets refactor(devtools): prepare codebase for migration to angular/angular repo 2021-11-21 20:23:18 -05:00
environments refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
styles feat(devtools): Create browser specific styles for chrome and firefox (#46037) 2022-05-23 14:00:10 -07:00
BUILD.bazel build(devtools): target es2020 explicitly (#50086) 2023-05-09 14:41:48 -07:00
demo-application-environment.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
demo-application-operations.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
iframe-message-bus.ts fix(devtools): use the __ignore_ng_zone__ flag in devtools message bus' to prevent CD loop (#51339) 2023-09-05 18:16:32 +00:00
index.html feat(devtools): create demo application that uses standalone APIs and standalone components/directives/pipes (#48533) 2023-06-12 12:51:24 +02:00
main.ts refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
styles.scss refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00
zone-unaware-iframe-message-bus.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00