mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, if an application had DOM Nodes injected into it from other frames, DevTools would fail to parse component trees with the render tree strategy properly because of an instanceof Node check that the framework performs. Now we check for instanceof Node before even calling framework debug APIs on DOM nodes so that we can skip nodes that come from other frames entirely. PR Close #57518 |
||
|---|---|---|
| .. | ||
| demo-no-zone | ||
| demo-standalone | ||
| ng-devtools | ||
| ng-devtools-backend | ||
| protocol | ||
| shared-utils | ||
| shell-browser | ||