mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| styles | ||
| BUILD.bazel | ||
| demo-application-environment.ts | ||
| demo-application-operations.ts | ||
| iframe-message-bus.ts | ||
| index.html | ||
| main.ts | ||
| styles.scss | ||
| zone-unaware-iframe-message-bus.ts | ||