Skip to content

Commit

Permalink
docs(devtools): updating firefox documentation (#44952)
Browse files Browse the repository at this point in the history
updating typo

PR Close #44952
  • Loading branch information
sumitarora authored and thePunderWoman committed Apr 12, 2022
1 parent e589bc6 commit b5f39c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devtools/docs/firefox.md
@@ -1,15 +1,15 @@
# Installing Angular DevTools in Firefox

To install Angular DevTools in Firefox follow the steps:-
To install Angular DevTools in Firefox follow the steps:

* Open menu item from top bar `Tools -> Browser Tools -> Remote Debugging`.

* 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.

* Click on `Load Temporary Add-on` button to select and load the Angular DevTools extension 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.
* Select any file from `dist/bin/devtools/projects/shell-browser/src/prodapp` directory to load extension. If you have not built the extension for Firefox yet, you can do it using `yarn devtools: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.
* After selecting file and clicking open, you should be able to see Angular DevTools as a temporary Extension in Firefox.

* Open any Angular application in dev mode and open Firefox DevTools you should see Angular Tab in there.
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>

<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion devtools/projects/shell-browser/src/popups/production.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>

<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion devtools/projects/shell-browser/src/popups/supported.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>

<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
Expand Down
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>

<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
Expand Down

0 comments on commit b5f39c5

Please sign in to comment.