Skip to content

Commit

Permalink
docs(devtools): updating firefox documentation (#44952)
Browse files Browse the repository at this point in the history
Updating dist path to load Firefox DevTools

PR Close #44952
  • Loading branch information
sumitarora authored and thePunderWoman committed Apr 12, 2022
1 parent ceb19c0 commit 9f1bcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/docs/firefox.md
Expand Up @@ -8,7 +8,7 @@ To install Angular DevTools in Firefox follow the steps:-

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

* 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.
* Select any file from `dist/bin/devtools/projects/shell-browser/src/prodapp` 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.

* After selecting file and clicking open, you should be able to see Angular DevTools as a Temporary Extension in Firefox.

Expand Down

0 comments on commit 9f1bcc7

Please sign in to comment.