Angular state inspector
Helps you debug Angular component state. Supports Angular 1/2+/Ivy!
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
Signal values don't refresh
Doesn't seem to refresh values unless you select the component again. Otherwise nice.
Working. May 17th, Chrome 125
doesnt work anymore on chrome Version 123.0.6312.123
chrome 120.0.6099.71 it is not working, state is empty
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.
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.
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.
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.
Top
Top
This tool become a part of my daily work to debug and identify easily some root cause
This tool become a part of my daily work to debug and identify easily some root cause
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.
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.
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.
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.
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.
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.
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.
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.
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?
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?
Very handy. Eliminates the need for many debugging breakpoints and console.log statements.
Very handy. Eliminates the need for many debugging breakpoints and console.log statements.
Much more reliable, efficient and useful than Augury.
Much more reliable, efficient and useful than Augury.
I was thinking of writing something like this because I was disspointed by Augury. But this is perfect. Thanks a lot !
I was thinking of writing something like this because I was disspointed by Augury. But this is perfect. Thanks a lot !
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.
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.
So far so good, actually works unlike Augury.
So far so good, actually works unlike Augury.
Nice inspector nothing else to add
Nice inspector nothing else to add
works smoother than augury, lean and nice.
works smoother than augury, lean and nice.
Works good, but works only for Angular app running in development mode.
Works good, but works only for Angular app running in development mode.
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.
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.
Simple, fast, usefull.
Simple, fast, usefull.
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
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
I works fine, but unfortunately not all state changes are visible in real time
I works fine, but unfortunately not all state changes are visible in real time
Great tool!
Great tool!
This makes debugging so much easier! Thank you!