mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously the `frameUrl` option in `chrome.devtools.inspectedWindow.eval` would throw errors when used in Firefox, preventing inspect source functionality for firefox users even if they don't need to target a particular frame on the page (they are on the top level frame with Angular DevTools). Now this behaviour is as follows: Firefox user that has the top level frame selected -> DevTools inspect functionality works as expected. Firefox user that has a non-top level frame selected -> DevTools now renders a snackbar message informing the user of the limitation. PR Close #60430 |
||
|---|---|---|
| .. | ||
| src | ||
| BUILD.bazel | ||
| index.ts | ||
| README.md | ||
| tslint.json | ||
Angular DevTools UI
This module exports the Angular DevTools component. We render the DevToolsComponent within an Angular application running in Chrome or Firefox DevTools. This module of the application communicates with the Angular DevTools "backend".