Angular state inspector

Helps you debug Angular component state. Supports Angular 1/2+/Ivy!

Angular state inspectorคืออะไร?

Angular state inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Lunev และคุณลักษณะหลักของมันคือ "Helps you debug Angular component state. Supports Angular 1/2+/Ivy!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Angular state inspector

ดาวน์โหลดไฟล์ส่วนขยาย Angular state inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Angular state inspector Angular state inspector
ID nelkodgfpddgpdbcjinaaalphkfffbem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/angular-state-inspector/nelkodgfpddgpdbcjinaaalphkfffbem
คำอธิบาย Helps you debug Angular component state. Supports Angular 1/2+/Ivy!
ขนาดไฟล์ 36.35 KB
จำนวนการติดตั้ง 35,245
เวอร์ชันปัจจุบัน 1.4.6
อัปเดตครั้งล่าสุด 2021-08-23
วันที่เผยแพร่ 2020-05-17
คะแนน 4.73/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา Anton Lunev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/anton-lunev/angular-state-inspector
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Angular state inspector",
    "description": "Helps you debug Angular component state. Supports Angular 1\/2+\/Ivy!",
    "version": "1.4.6",
    "devtools_page": "index.html",
    "author": "Anton Lunev",
    "icons": {
        "16": "img\/icons\/angular-16.png",
        "48": "img\/icons\/angular-48.png",
        "128": "img\/icons\/angular-128.png"
    }
}