Angular state inspector
Helps you debug Angular component state. Supports Angular 1/2+/Ivy!
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
You can use Angular DevTools to understand the structure of your application and preview the state of the directive and the component instances. To get insights into the execution of the application, you can use the profiler tab, which shows you the individual change detection cycles, what triggered them, and how much time Angular spent in them. You can also inspect and visualize your application's dependency injection tree to better how understand how and why any token was resolved to a specific service.
Inspect the latest comments and rating distribution.
Store average score: 3.7. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Helps you debug Angular component state. Supports Angular 1/2+/Ivy!
Helps in debugging Angular applications. Extends the elements panel in devtools to display component properties.
Devtools panel to visualize rxjs observables
AngularJS dependency graph.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.
DevTools browser extension for Vue.js
Last version for angular 17 brakes a lot of stuff if you are working on a previous version of Angular. Need fix asap
Great when it works but the latest update broke it completely for me. Errors in the console when attempting to select a component to debug with it now. Edit: Looks like this is working again for my project (Angular 16), so I presume the compatibility issue has been fixed.
Really poor !
Somehow it's blocking okta login
The ease that Angular DevTools gives to develop projects in Angular is incredible. Once you get advanced in this framework, it is a fundamental tool for efficiency.
Not that useful imo. I'd rather have the state inside the DOM as a tab than a separate thing. Also doesn't always show me everything I want to know about the component on what data it is using. And you can't modify it so it has little use over other extensions
It's okay, but it doesn't display components inside shadow dom, which is unfortunate.
I am using angular 12.2 but it is says 'Angular Devtools only supports Angular versions 12 and above' every time. Not working at all
"Angular application not detected". Thanks.
This tool allows you to analyse your Angular project but it fails miserably in basic aspects, especially when you try to find out the name of a certain component, which you can only do by hovering over it. Well if the component is not centered you will not get the name, and the hovering function stops working if you close the dev tools and open it again. A quick workaround is to just refresh the page, but then you need to navigate to your desired component. I use this because there are no other tools, that's it. The React dev tools work SO MUCH better...