🌐
Angular
angular.dev › tools › devtools
DevTools • Overview • Angular
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications.
🌐
GitHub
github.com › angular › angular › blob › main › devtools › README.md
angular/devtools/README.md at main · angular/angular
Third, install NPM dependencies: pnpm install --frozen-lockfile · Now you should be ready to build the DevTools extension. To run the extension in development mode run: pnpm devtools:devserver · This would start a development server that you can access on http://localhost:4200. In development, Angular DevTools uses a "development shell."
Author   angular
🌐
Angular
v17.angular.io › guide › devtools
Angular - DevTools Overview
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications. Angular DevTools supports Angular v12 and later when compiled with the optimization configuration option disabled ({optimization:false}).
🌐
npm
npmjs.com › package › @ngneat › query-devtools
@ngneat/query-devtools - npm
January 25, 2025 - They help visualize all of the inner workings of Angular Query and will likely save you hours of debugging if you find yourself in a pinch! Install the @ngneat/query-devtools package.
      » npm install @ngneat/query-devtools
    
Published   Jan 25, 2025
Version   2.1.0
🌐
Angular.love
angular.love › debugging-techniques-angular-devtools
Debugging in Angular with DevTools - Debugging techniques for Angular Developers
May 19, 2024 - Interestingly, though not surprisingly, the DevTools extension uses Angular to build the UI you see in the Chrome console. You can think of this user facing part of the extension as a frontend equivalent of a browser application.
🌐
Angular
angular.dev › tools › cli › setup-local
Local set-up • Angular
To install Angular CLI on your local system, you need to install Node.js. Angular CLI uses Node and its associated package manager, npm, to install and run JavaScript tools outside the browser.
🌐
npm
npmjs.com › package › @ngrx › store-devtools
@ngrx/store-devtools - npm
March 24, 2026 - Developer tools for @ngrx/store. Latest version: 21.1.0, last published: 2 months ago. Start using @ngrx/store-devtools in your project by running `npm i @ngrx/store-devtools`. There are 219 other projects in the npm registry using @ngrx/store-devtools.
      » npm install @ngrx/store-devtools
    
Published   Mar 24, 2026
Version   21.1.0
🌐
GitHub
github.com › angular › angular › tree › main › devtools
angular/devtools at main · angular/angular
Third, install NPM dependencies: pnpm install --frozen-lockfile · Now you should be ready to build the DevTools extension. To run the extension in development mode run: pnpm devtools:devserver · This would start a development server that you can access on http://localhost:4200. In development, Angular DevTools uses a "development shell."
Author   angular
Find elsewhere
🌐
npm
npmjs.com › ~ngx-devtools
npm | Profile
npm · Sign UpSign In · 10 Packages ... • 7 years agopublished version 1.10.0, 7 years ago · A library that bundles your angular code, and publish as your library ·...
🌐
npm
npmjs.com › package › @ngxs › devtools-plugin
@ngxs/devtools-plugin - npm
redux devtools plugin for @ngxs/store. Latest version: 21.0.0, last published: 6 months ago. Start using @ngxs/devtools-plugin in your project by running `npm i @ngxs/devtools-plugin`. There are 10 other projects in the npm registry using @ngxs/devtools-plugin.
      » npm install @ngxs/devtools-plugin
    
Published   Dec 17, 2025
Version   21.0.0
🌐
Medium
medium.com › @saranipeiris17 › store-devtools-in-ngrx-6a56d291f559
Store DevTools in NgRx. NgRx Store DevTools is a powerful… | by Sarani Peiris | Medium
August 13, 2024 - 2. Install NgRx Store DevTools: You need to install the NgRx Store DevTools package in your Angular project. Run the following command: npm install @ngrx/store-devtools --save · 3. Configure DevTools in Your App Module: Import and configure ...
🌐
GitHub
github.com › rangle › angular-devtools
GitHub - rangle/angular-devtools: Moved to the Angular organization. · GitHub
Moved to the Angular organization. Contribute to rangle/angular-devtools development by creating an account on GitHub.
Starred by 256 users
Forked by 17 users
Languages   TypeScript 79.8% | HTML 7.9% | JavaScript 7.2% | SCSS 5.1%
🌐
Mozilla Add-ons
addons.mozilla.org › en-US › firefox › addon › angular-devtools
Angular DevTools – Get this Extension for 🦊 Firefox (en-US)
5 days ago - Angular DevTools is a Firefox DevTools extension that provides debugging and profiling capabilities for Angular applications.
Rating: 3.3 ​ - ​ 26 votes
🌐
Angular
v19.angular.dev › tools › devtools
DevTools • Angular
Like browsers' DevTools, the properties view lets you edit the value of an input, output, or other properties. Right-click on the property value and if edit functionality is available for this value type, a text input will appear.
🌐
Chrome Web Store
chromewebstore.google.com › detail › angular-devtools › ienfalfjdbdpebioblfackkekamfmbnh
Angular DevTools - Chrome Web Store
Helps in debugging Angular applications. Extends the elements panel in devtools to display component properties.
🌐
NgRx
ngrx.io › guide › store-devtools
Store Devtools
Dive into NgRx with our getting started guide. You will learn how to think reactively and architect your Angular apps for success.
🌐
Angular
angular.dev › tools › cli
Angular CLI • Overview • Angular
Angular CLI is published on npm as the @angular/cli package and includes a binary named ng.
🌐
Stack Overflow
stackoverflow.com › questions › 67793130 › correct-way-to-debug-npm-packages-in-angular
node.js - correct way to debug npm packages in angular - Stack Overflow
How exactly should I bring a script which comes somewhere under "node modules" into Chrome DevTools sources tab so that I can debug it? I have tried using npm link and adding the script to the "assets" section under options in build, but it didn't work for me.