You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install Angular DevTools in Firefox follow the steps:-
3
+
To install Angular DevTools in Firefox follow the steps:
4
4
5
5
* Open menu item from top bar `Tools -> Browser Tools -> Remote Debugging`.
6
6
7
7
* 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.
8
8
9
9
* Click on `Load Temporary Add-on` button to select and load the Angular DevTools extension for Firefox.
10
10
11
-
* 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.
11
+
* 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.
12
12
13
-
* After selecting file and clicking open, you should be able to see Angular DevTools as a Temporary Extension in Firefox.
13
+
* After selecting file and clicking open, you should be able to see Angular DevTools as a temporary Extension in Firefox.
14
14
15
15
* Open any Angular application in dev mode and open Firefox DevTools you should see Angular Tab in there.
0 commit comments