angular/packages/core/src/render3/debug
AleksanderBodurri 50ad074505 fix(core): framework debug APIs getDependenciesForTokenInInjector and getInjectorMetadata (#51719)
Previously getDependenciesForTokenInInjector was unable to determine which node on a view serviced a specific injection. Now it is able to filter out those injections that did not come from the specific node for the NodeInjector passed into it.

Previously getInjectorMetadata was incorrectly looking up DOM elements for some directives (for example NgForOf) where an LContainer was created. Now the LContainer case is handled, and the non LContainer case uses `getFirstNativeNode` to more accurately get the element we want.

PR Close #51719
2023-10-10 13:10:50 -07:00
..
framework_injector_profiler.ts fix(core): framework debug APIs getDependenciesForTokenInInjector and getInjectorMetadata (#51719) 2023-10-10 13:10:50 -07:00
injector_profiler.ts fix(core): framework debug APIs getDependenciesForTokenInInjector and getInjectorMetadata (#51719) 2023-10-10 13:10:50 -07:00
set_debug_info.ts refactor(core): implement the runtime ɵsetClassDebugInfo for components (#51919) 2023-10-09 15:57:03 -07:00