angular/devtools/projects/ng-devtools/src/lib/devtools-tabs/injector-tree
AleksanderBodurri 774d9832ab fix(devtools): correctly set environment injector path in the case where there are no element injectors (#57442)
Previously, when "Hide injectors with no providers" was toggled, it is possible for the injector tree visualizer to have no Element injectors to visualize. This caused a bug in the slicing logic that splits apart the environment and element injectors from DI resolution paths within the injector tree component in Angular DevTools.

Now, this logic is correctly handled when there are no element injectors to visualize.

PR Close #57442
2024-08-28 08:49:34 -07:00
..
BUILD.bazel refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
injector-providers.component.ts refactor(devtools): use signal apis in injection and router tree (#57047) 2024-07-30 16:42:14 +00:00
injector-tree-fns.spec.ts refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
injector-tree-fns.ts fix(devtools): correctly set environment injector path in the case where there are no element injectors (#57442) 2024-08-28 08:49:34 -07:00
injector-tree.component.html refactor(devtools): use signal apis in injection and router tree (#57047) 2024-07-30 16:42:14 +00:00
injector-tree.component.scss feat(devtools): implement zoom and pan in injector graph visualizer (#52489) 2023-11-03 17:37:55 -07:00
injector-tree.component.ts refactor(devtools): use signal apis in injection and router tree (#57047) 2024-07-30 16:42:14 +00:00