Deliver web apps with confidence 🚀
Find a file
2021-05-23 11:00:11 -07:00
.circleci fix(devtools): bump webpack version and fix breaking change 2021-04-13 18:00:25 -04:00
.github/ISSUE_TEMPLATE docs(devtools): update issue templates 2021-05-19 15:45:43 -07:00
.vscode feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
cypress feat(devtools): focus search input when icon is clicked 2021-05-10 17:02:44 -07:00
docs docs(devtools): updating documentation 2021-05-18 10:05:52 -07:00
e2e build(devtools): revert solution-style tsconfig in e2e tests to align with cli 2020-08-12 18:10:34 +03:00
projects fix(devtools): update the prod mode detection to also consider VE apps 2021-05-23 11:00:11 -07:00
src test(devtools): updating todos 2021-05-06 17:13:12 -07:00
.browserslistrc fix(devtools): bump webpack version and fix breaking change 2021-04-13 18:00:25 -04:00
.editorconfig Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
.gitignore fix(devtools): adding coverage reportor to gitignore 2021-05-03 15:43:45 -07:00
.npmrc build(devtools): prepend node path 2020-03-19 21:17:26 -04:00
.prettierrc Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
angular.json fix(devtools): disable animations when running e2e testing to fix flaky tests 2021-05-03 15:48:34 -07:00
CODE_OF_CONDUCT.md docs(devtools): add code of conduct and contributing (rangle/angular-devtools#27) 2020-02-03 20:18:09 -05:00
CONTRIBUTING.md docs(devtools): updating contributing doc 2021-05-19 14:24:19 -07:00
cypress.json feat(devtools): added cypress to run e2e tests (rangle/angular-devtools#45) 2020-02-07 09:42:00 -05:00
DEVELOPING.md docs(devtools): add developing guide 2020-06-05 15:54:15 -07:00
karma.conf.js feat(devtools): updating to karma-coverage and setting clear context to true 2021-05-03 15:43:45 -07:00
LICENSE feat(devtools): add MIT license (rangle/angular-devtools#65) 2020-02-13 10:40:56 -08:00
package.json build(devtools): update angular-cli to 61d5a44 2021-05-19 15:47:51 -07:00
README.md docs(devtools): adding link to chrome web store and using yarn 2021-05-18 10:05:52 -07:00
renovate.json build(devtools): fix renovate package manager 2020-03-11 14:43:51 -07:00
shell-dev-webpack.config.js feat(devtools): display latest commit SHA in application (rangle/angular-devtools#243) 2020-04-02 16:23:03 -07:00
tsconfig.app.json build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03:00
tsconfig.json build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03:00
tsconfig.spec.json build(devtools): revert solution-style tsconfig to align with cli 2020-08-12 18:10:34 +03:00
tslint.json build(devtools): set space-before-function-paren tslint config to false 2020-03-30 12:36:55 -07:00
yarn.lock build(devtools): update angular-cli to 61d5a44 2021-05-19 15:47:51 -07:00

Angular DevTools

Table of content

Introduction

Angular DevTools is a Chrome DevTools extension for debugging and profiling Angular applications.

You can install the extension from: Chrome Web Store

Inspecting Code

Angular DevTools is a Chrome extension that provides debugging and profiling capabilities for Angular applications. A hard requirement is that the Angular application is running in development mode.

Supported version

Angular DevTools supports Angular v9 and above, with Ivy enabled.

Working on Angular DevTools

Installing and Running locally

To setup your local development environment for Angular DevTools, perform the following steps:

git clone git://github.com/rangle/angular-devtools
cd angular-devtools
yarn
yarn start

Build and Install on Chrome locally

  1. After installation, genrate chrome build by running yarn build:chrome
  2. Navigate to chrome://extensions and enable Developer mode.
  3. Choose "Load unpacked extension".
  4. In the dialog, select the directory dist/shell-chrome.

Reporting issues

Please search to make sure your issue is not already been reported. When opening an issue, please follow the issue template provided.

Contributing

General guidelines

If you'd like to help out, please read our Development Guidelines and Contributing Guidelines.

License

MIT