angular/devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer
AleksanderBodurri ebcdc8dc96 refactor(devtools): implement multiframe support in devtools page (#53934)
In the Angular DevTools Chrome DevTools page:

- Angular DevTools is able to ask the background script to list each frame that has been registered on a page.
- Angular Devtools is able to ask the background script to "enable" the connection on a particular frame. This enables the messaging between the content script <-> background script <-> devtools page
- Implements detection of non unique urls on the inspected page

Limitations:
- The `inspectedWindow.eval` API is only able to target frames by frameURL. This means some features that integrate with Chrome DevTools like inspect element and open source will not be available when inspecting frames that do not have a unique url on the page.

PR Close #53934
2024-02-14 17:15:25 -08:00
..
directive-forest refactor(devtools): show tooltip for hydration icon on directive forest (#54326) 2024-02-08 19:18:37 +00:00
property-resolver refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
property-tab refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
BUILD.bazel refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
directive-explorer.component.html refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
directive-explorer.component.scss refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
directive-explorer.component.ts refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
directive-explorer.spec.ts refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00