Description from extension meta
Helps you debug Angular component state. Supports Angular 1/2+/Ivy!
Image from store
Description from 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.
Prints state of selected element in console by calling "$state" variable.
Depending on angular version it can show:
- Component state
- Directives
- Context, like ngForOf or ngIf values
- Event listeners
If they are applicable to the current element.
Angular State Inspector also allows you to modify the values in the "State" panel (double click on value) and from console(e.g. $state.title = 'new value').
To apply changes just call $apply() in console.
See all supported commands in chrome console.
Version 1.4.6:
- Show info message if $ctrl is not available in selected scope.
- Update $state object even if it's not available.
Version 1.4.5:
- [ivy] Show info from ng.getComponent(). If it's null then show OwningComponent state.
Version 1.4.4:
- update extension logo
Version 1.4.3:
- Return result emoji on `$apply()` call
Version 1.4.2:
- Fixed props editing and change detection
Version 1.4.1:
- Print always up to date state in console
Version 1.4:
- Full support angular 9 Ivy api
Version 1.3:
- Added experimental support of Ivy
- Added shortcuts that you can use in console
Latest reviews
- (2025-04-23) Alejandro Panta: Signal values don't refresh
- (2024-06-25) Eetu Hannula: Doesn't seem to refresh values unless you select the component again. Otherwise nice.
- (2024-05-17) Christian Townsdin: Working. May 17th, Chrome 125
- (2024-04-12) Cesar Vargas: doesnt work anymore on chrome Version 123.0.6312.123
- (2023-12-07) jq fang: chrome 120.0.6099.71 it is not working, state is empty
- (2023-08-25) inomjon Ismaylov: As an Angular developer this one is one of the most used and usefull tools for me. I use it almost every working day. Simple yet, VERY POWERFUL extension.
- (2023-08-25) inomjon Ismaylov: As an Angular developer this one is one of the most used and usefull tools for me. I use it almost every working day. Simple yet, VERY POWERFUL extension.
- (2023-03-21) Martin Spierings: Nice extension though I would like to disable the console message about state and would rather have it in the state panel as a hint somewhere.
- (2023-03-21) Martin Spierings: Nice extension though I would like to disable the console message about state and would rather have it in the state panel as a hint somewhere.
- (2022-05-10) Максим Ярош: Top
- (2022-05-10) Максим Ярош: Top
- (2022-05-04) Houssam B: This tool become a part of my daily work to debug and identify easily some root cause
- (2022-05-04) Houssam B: This tool become a part of my daily work to debug and identify easily some root cause
- (2021-12-09) Oussama Dinia: Really cool, while the new angular devtools gives you the same view on a separate tab, state inspector lets you browse from the elements tab, while viewing your html. It is also fast and does not slow down anything.
- (2021-12-09) Oussama Dinia: Really cool, while the new angular devtools gives you the same view on a separate tab, state inspector lets you browse from the elements tab, while viewing your html. It is also fast and does not slow down anything.
- (2021-09-07) Joshua Josephson: Love it but it still doesn't work for me on chrome93 (M1 chip) so I had to bend over backwards to disallow auto-updates and install 91.
- (2021-09-07) Joshua Josephson: Love it but it still doesn't work for me on chrome93 (M1 chip) so I had to bend over backwards to disallow auto-updates and install 91.
- (2021-08-06) Radek Jakubowski: I love it as Angular developer but it suddenly stopped working. I hope fix is going to come soon because it makes development heaven and hell for me.
- (2021-08-06) Radek Jakubowski: I love it as Angular developer but it suddenly stopped working. I hope fix is going to come soon because it makes development heaven and hell for me.
- (2021-07-28) hungitk50: Nice tool for me when debugging. thanks for your effor FYI...as another one reported, latest chrome updated(Version 92.0.4515.107 (Official Build) (64-bit)) is show empty state.
- (2021-07-28) hungitk50: Nice tool for me when debugging. thanks for your effor FYI...as another one reported, latest chrome updated(Version 92.0.4515.107 (Official Build) (64-bit)) is show empty state.
- (2021-07-26) Roman Alesenkov: It worked perfectly until I updated Chrome from Version 91 to Version 92.0.4515.107 (Official Build) (x86_64) on MacOS. Could you fix it somehow?
- (2021-07-26) Roman Alesenkov: It worked perfectly until I updated Chrome from Version 91 to Version 92.0.4515.107 (Official Build) (x86_64) on MacOS. Could you fix it somehow?
- (2021-07-02) Justin W: Very handy. Eliminates the need for many debugging breakpoints and console.log statements.
- (2021-07-02) Justin W: Very handy. Eliminates the need for many debugging breakpoints and console.log statements.
- (2021-04-16) Fabien Mairesse: Much more reliable, efficient and useful than Augury.
- (2021-04-16) Fabien Mairesse: Much more reliable, efficient and useful than Augury.
- (2021-04-01) David Marshall: I was thinking of writing something like this because I was disspointed by Augury. But this is perfect. Thanks a lot !
- (2021-04-01) David Marshall: I was thinking of writing something like this because I was disspointed by Augury. But this is perfect. Thanks a lot !
- (2021-02-23) Andrei Vodeniktov: Super usefull. Every Angular developer should have it. One wish if we can we make it work with source maps on prod builds. That would totally rock.
- (2021-02-23) Andrei Vodeniktov: Super usefull. Every Angular developer should have it. One wish if we can we make it work with source maps on prod builds. That would totally rock.
- (2021-02-10) Jakub: So far so good, actually works unlike Augury.
- (2021-02-10) Jakub: So far so good, actually works unlike Augury.
- (2021-02-09) Jelle Bruisten: Nice inspector nothing else to add
- (2021-02-09) Jelle Bruisten: Nice inspector nothing else to add
- (2021-02-02) Vlad Pintea-Gärtner: works smoother than augury, lean and nice.
- (2021-02-02) Vlad Pintea-Gärtner: works smoother than augury, lean and nice.
- (2021-01-13) Joseph Gabriel: Works good, but works only for Angular app running in development mode.
- (2021-01-13) Joseph Gabriel: Works good, but works only for Angular app running in development mode.
- (2020-11-30) SANDEEP AGRAWAL: I do not see any 'State' panel in the Element tab for the chrome "Version 86.0.4240.198" for my angular app loaded in the page. I think the extension is only compatible with some older versions of the browser.
- (2020-11-30) SANDEEP AGRAWAL: I do not see any 'State' panel in the Element tab for the chrome "Version 86.0.4240.198" for my angular app loaded in the page. I think the extension is only compatible with some older versions of the browser.
- (2020-11-19) Tin Nguyen: Simple, fast, usefull.
- (2020-11-19) Tin Nguyen: Simple, fast, usefull.
- (2020-10-13) Konstantinos Tsangopoulos: At last! I cannot believe that this actually works, and it's actually fast! Really simple but that's what devs need AFAIAC... Thank you so much you beautiful people!!! :D
- (2020-10-13) Konstantinos Tsangopoulos: At last! I cannot believe that this actually works, and it's actually fast! Really simple but that's what devs need AFAIAC... Thank you so much you beautiful people!!! :D
- (2020-10-01) Jacek Sochacki: I works fine, but unfortunately not all state changes are visible in real time
- (2020-10-01) Jacek Sochacki: I works fine, but unfortunately not all state changes are visible in real time
- (2020-09-16) Maxim Afanasev: Great tool!
- (2020-09-16) Maxim Afanasev: Great tool!
- (2020-07-23) Greg Nielsen: This makes debugging so much easier! Thank you!