Angular state inspector Angular state inspector

Developer Tools
Version: 1.4.6
Last Update: 2021-08-23

Overview

Angular state inspector is a Chrome extension developed by Anton Lunev. According to the data from Chrome web store, current version of Angular state inspector is 1.4.6, updated on 2021-08-23.
30,000+ users have installed this extension. 58 users have rated this extension with an average rating of .

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

Rating

58 ratings

Total Installs

30,000+

Information

Last Update

2021-08-23

Current Version

1.4.6

Size

36.35KiB

Author

Anton Lunev

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Максим Ярош
2022-05-10

Top

avatar Houssam B
2022-05-04

This tool become a part of my daily work to debug and identify easily some root cause

avatar Oussama Dinia
2021-12-09

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.

avatar Joshua Josephson
2021-09-07

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.

avatar Radek Jakubowski
2021-08-06

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.