Skip to content

Commit

Permalink
docs(devtools): adding firefox development documentation (#44952)
Browse files Browse the repository at this point in the history
Adding DevTools documentation for Firefox.

PR Close #44952
  • Loading branch information
sumitarora authored and thePunderWoman committed Apr 12, 2022
1 parent e231d3c commit 60f2cfd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
Binary file added devtools/docs/assets/firefox/step-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtools/docs/assets/firefox/step-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtools/docs/assets/firefox/step-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtools/docs/assets/firefox/step-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtools/docs/assets/firefox/step-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtools/docs/assets/firefox/step-6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions devtools/docs/firefox.md
@@ -0,0 +1,22 @@
# Installing Angular DevTools in Firefox

To install Angular DevTools in Firefox follow the steps:-

![click on remote debugging](assets/firefox/step-1.png)
Open menu item from top bar `Tools -> Browser Tools -> Remote Debugging`.

![click on this firefox](assets/firefox/step-2.png)
After clicking `Remote Debugging` click on `This Firefox` option from left navigation. You will see the below screen with list of extensions. Temporary extensions are unreleased extensions loaded in development mode.

![load temporary add-on](assets/firefox/step-3.png)

Click on `Load Temporary Add-on` button to select and load the Angular DevTools extension for Firefox.

![select file](assets/firefox/step-4.png)
Select any file from `dist -> shell chrome` directory to load extension. If you have not build extension for Firefox yet. You can do it using `yarn build:firefox` which will generate build for Firefox.

![view extension](assets/firefox/step-5.png)
After selecting file and clicking open, you should be able to see Angular DevTools as a Temporary Extension in Firefox.

![test extension](assets/firefox/step-6.png)
Open any Angular application in dev mode and open Firefox DevTools you should see Angular Tab in there.

0 comments on commit 60f2cfd

Please sign in to comment.