Deliver web apps with confidence 🚀
Find a file
2021-11-05 13:09:57 -07:00
.circleci build(devtools): update cypress orb to v1.29.0 (rangle/angular-devtools#901) 2021-09-07 09:36:35 -07: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 test(devtools): adding e2e tests for inputs, outputs & properties 2021-06-03 09:44:17 -04: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 build(devtools): update angular-framework 2021-11-05 13:09:57 -07:00
src refactor(devtools): switch to sass use and new angular material theming API (rangle/angular-devtools#853) 2021-06-16 15:18: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 refactor(devtools): switch to sass use and new angular material theming API (rangle/angular-devtools#853) 2021-06-16 15:18:12 -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 ci(devtools): fix flaky tests using cypress orb (rangle/angular-devtools#733) 2021-05-23 11:39:48 -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-framework 2021-11-05 13:09:57 -07:00
README.md docs(devtools): small type on README.md (rangle/angular-devtools#836) 2021-06-01 08:50:40 -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 style(devtools): fix linting errors 2021-09-09 20:09:29 -07:00
yarn.lock build(devtools): update angular-framework 2021-11-05 13:09:57 -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, generate 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