Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 1.2 KB

File metadata and controls

22 lines (14 loc) · 1.2 KB

Installing Angular DevTools in Firefox

To install Angular DevTools in the firefox browser. Follow below steps:-

click on remote debugging Open menu item from top bar Tools -> Browser Tools -> Remote Debugging.

click on this firefox 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 the dev mode.

load temporary add-on

Click on Load Temporary Add-on button to select and load Angular Devtools extension for firefox.

select file 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 After selecting file and clicking open, you should be able to see Angular DevTools as a Temporary Extension in firefox.

test extension Open any angular application in dev mode and open Firefox Devtools you should see Angular Tab in there.