mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| framework_injector_profiler.ts | ||
| injector_profiler.ts | ||
| set_debug_info.ts | ||