๐ŸŒ
Angular
angular.dev โ€บ tools โ€บ devtools
DevTools โ€ข Overview โ€ข Angular
Install Angular DevTools from the Chrome Web Store or from Firefox Addons.
Discussions

Angular Chrome Dev Tools extension error: "Angular DevTools only supports development builds." - Stack Overflow
I am trying to debug Angular app with Angular DevTools for Chrome Extension, but I am getting an error when I try to use it: We detected an application built with production configuration. Angular More on stackoverflow.com
๐ŸŒ stackoverflow.com
Is anyone having problems with the Angular DevTools plugin on Chrome?
If you can provide a minimal repro of this issue, feel free to file a new issue on https://github.com/angular/angular/issues/new/choose More on reddit.com
๐ŸŒ r/angular
5
3
July 28, 2025
What would you add in Angular Devtools browser extension or what prevents you from using it in daily activities?
I prefer the Angular State Inspector over AngularDevtools most of the time. It just adds another tab to the details on the main devtools elements tab. Its where I go to see what styling has been applied, so to see the values of properties I have set is just easy nearby instead of switching tabs and go from there. Also, not being able to see RXJS current values is still annoying, though with Signals and the latest update to Angular devtools its less of a problem to see it but I'd still would want a way to go back in time to previous values to see how they have changed. Also, having some detection for unnecessary cycles or even a memory problem, would be helpful. Right now the browser just crashes when a function keeps looping and its hard to debug since Angular devtools also crashes. More on reddit.com
๐ŸŒ r/angular
9
8
July 14, 2025
After years of working with Angular, I just figured out I can simply console.log(this) and check the status of all variables at current component
Or just use debugger More on reddit.com
๐ŸŒ r/angular
34
114
January 24, 2024
๐ŸŒ
Angular
angular.dev โ€บ best-practices โ€บ profiling-with-chrome-devtools
Chrome DevTools profiling โ€ข Angular
Angular integrates with the Chrome DevTools extensibility API to present framework-specific data and insights directly in the Chrome DevTools performance panel.
๐ŸŒ
Angular
v19.angular.dev โ€บ tools โ€บ devtools
DevTools โ€ข Angular
Install Angular DevTools from the Chrome Web Store or from Firefox Addons.
๐ŸŒ
Medium
medium.com โ€บ @sehban.alam โ€บ mastering-angular-debugging-with-angular-devtools-chrome-extension-c694653d948e
Mastering Angular Debugging with Angular DevTools Chrome Extension | by Sehban Alam | Medium
November 13, 2024 - The Angular DevTools extension is a free tool for Chrome that gives developers a powerful set of debugging and profiling options, making it easier to understand and optimize the inner workings of an Angular app.
๐ŸŒ
Softonic
angular-devtools.en.softonic.com โ€บ home โ€บ web browsers โ€บ browsers โ€บ google chrome โ€บ angular devtools
Angular DevTools for Google Chrome - Extension Download
1 month ago - Angular DevTools is a free extension that enhances Chrome DevTools with specialized debugging and profiling features for Angular applications. With this tool, developers can gain a deeper understanding of their application's structure and easily ...
Rating: 9.4/10 โ€‹ - โ€‹ 1 votes
๐ŸŒ
Chrome Developers
developer.chrome.com โ€บ blog โ€บ case study: better angular debugging with devtools
Case Study: Better Angular Debugging with DevTools | Blog | Chrome for Developers
August 31, 2022 - Using Angular as a test pilot, the Chrome DevTools and Angular teams collaborated to offer you a better debugging experience. Other frameworks can ship similar changes.
๐ŸŒ
DEV Community
dev.to โ€บ alisaduncan โ€บ debugging-and-inspecting-angular-apps-using-angular-devtools-1e05
Debugging and inspecting Angular apps using Angular DevTools - DEV Community
May 18, 2021 - Angular DevTools is a brand new way debug and inspect Angular applications to help you better visualize and profile your app. Let's install the Chrome Extension and explore the features in Angular DevTools together.
Find elsewhere
๐ŸŒ
GitHub
github.com โ€บ angular โ€บ angular โ€บ blob โ€บ main โ€บ devtools โ€บ README.md
angular/devtools/README.md at main ยท angular/angular
Then go to chrome://extensions, enable developer mode, and click "Load unpacked" to load the extension from that directory. Whenever you rebuild the extension, make sure to reload the extension in chrome://extensions, right click on the Angular DevTools panel and click "Reload frame", and refresh the page you're inspecting to make sure changes are applied.
Author ย  angular
๐ŸŒ
Syncfusion
syncfusion.com โ€บ blogs โ€บ angular โ€บ debug angular apps easily using angular devtools
Debug Angular Apps Easily Using Angular DevTools | Syncfusion Blogs
February 10, 2026 - You can download the Chrome extension for Angular DevTools from here, and if you are a Firefox user, you can find the add-on at this link. After installing the DevTools extension, open an Angular application that runs in development mode.
๐ŸŒ
Chrome Web Store
chromewebstore.google.com โ€บ detail โ€บ angular-state-inspector โ€บ nelkodgfpddgpdbcjinaaalphkfffbem
Angular state inspector - Chrome Web Store
Angular State Inspector for Angular Supports all versions of Angular: - AngularJs - Angular 2+ - Angular Ivy - Hybrid apps (AngularJs + Angular) Extends the Chrome Developer Tools for Angular web apps. Adds new panel "State" to Elements tab, that displays the state of selected element.
๐ŸŒ
Angular.love
angular.love โ€บ debugging-techniques-chrome-devtools
Debugging techniques in Angular - Using Chrome DevTools
May 19, 2024 - Chrome Dev Tools is an indispensable utility for us when we need to figure out the workflow that leads to a change detection run.
๐ŸŒ
Angular
blog.angular.dev โ€บ introducing-angular-devtools-2d59ff4cf62f
Introducing Angular DevTools
May 18, 2021 - Introducing Angular DevTools Weโ€™re thrilled to announce Angular DevTools โ€” a Chrome DevTools extension that you can use to inspect the structure of your applications and profile their โ€ฆ
๐ŸŒ
Chrome Developers
developer.chrome.com โ€บ blog โ€บ use chrome devtools performance panel to profile angular apps
Use Chrome DevTools Performance panel to profile Angular apps | Blog | Chrome for Developers
July 14, 2025 - Chrome DevTools and Angular collaborated to integrate Angular runtime data directly into the Performance panel, helping pinpoint performance bottlenecks.
๐ŸŒ
UpStack
upstackhq.com โ€บ upstack blog โ€บ software development
How to Debug Angular with Chrome Developer Tools
Debugging Angular with Chrome Developer Tools gives you the flexibility you need to find and resolve issues in both development and production. While many tools help you debug Angular, such as the Augury extension, using the built-in Chrome Developer Toolset gives you the capabilities you need without installing any additional software.
๐ŸŒ
BrowserStack
browserstack.com โ€บ home โ€บ guide โ€บ how to debug angular app in chrome
How to debug Angular App in Chrome | BrowserStack
May 30, 2025 - Step 1: Open Chrome and navigate to your Angular app. For example โ€“ Upwork. Step 2: Right click and choose the Inspect option. Also Read: How to Inspect Element on Android Device ยท Step 3: Once you click on Inspect you will see the Chrome ...
๐ŸŒ
Angular Academy News
blog.angularacademy.ca โ€บ angular-devtools-for-chrome-edge
Angular DevTools for Chrome/Edge
January 7, 2025 - Angular DevTools lives inside Chrome/Edge DevTools and provide Angular specific debugging and profiling capabilities. \=> installation link (for Chrome or Edge) Note: we previou...
๐ŸŒ
Angular
v17.angular.io โ€บ guide โ€บ devtools
Angular
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.