ngprobe ngprobe

Developer Tools
Version: 1.0.6
Last Update: 2020-10-28

Overview

ngprobe is a Chrome extension developed by Sandip Chitale. According to the data from Chrome web store, current version of ngprobe is 1.0.6, updated on 2020-10-28.
350 users have installed this extension. 1 users have rated this extension with an average rating of .

Chrome Devetools Elements sidebar to displays Angular Component (pre-Ivy and Ivy) and AngularJS Scope for selected element i.e. $0

How it works

The extension evaluates the following expression in the context of the page and displays the results in 'ngprobe' sidebar pane:

If Angular (Ivy) is detecetd:

```
ng.getOwningComponent($0)

where:

$0 is the element selected in Elements tab.
```

If Angular (pre Ivy) is detecetd:

---
ng.probe($0).componentInstance

where:

$0 is the element selected in Elements tab.
---

If AngularJS is detected:

---
angular.element($0).scope()

where:

$0 is the element selected in Elements tab.
---

Also shows parent components or scopes as an array.

The values of component properties can be edited in the ngprobe sidebar pane.

Rating

1 ratings

Total Installs

350

Information

Last Update

2020-10-28

Current Version

1.0.6

Size

103KiB

Author

Sandip Chitale

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Dennis Liu
2019-07-11

Thank you for providing such an amazing AngularJS debugging plugin in 2019.
I had tried Angular JS Batarang and ng-inspector; all of them failed to work with Chrome 74.0.3729.169 (Official Build) (64-bit) with AngularJS 1.7.7.

avatar Dennis Liu
2019-07-11

Thank you for providing such an amazing AngularJS debugging plugin in 2019.
I had tried Angular JS Batarang and ng-inspector; all of them failed to work with Chrome 74.0.3729.169 (Official Build) (64-bit) with AngularJS 1.7.7.

avatar Dennis Liu
2019-07-11

Thank you for providing such an amazing AngularJS debugging plugin in 2019.
I had tried Angular JS Batarang and ng-inspector; all of them failed to work with Chrome 74.0.3729.169 (Official Build) (64-bit) with AngularJS 1.7.7.

avatar Dennis Liu
2019-07-11

Thank you for providing such an amazing AngularJS debugging plugin in 2019.
I had tried Angular JS Batarang and ng-inspector; all of them failed to work with Chrome 74.0.3729.169 (Official Build) (64-bit) with AngularJS 1.7.7.

avatar Dennis Liu
2019-07-11

Thank you for providing such an amazing AngularJS debugging plugin in 2019.
I had tried Angular JS Batarang and ng-inspector; all of them failed to work with Chrome 74.0.3729.169 (Official Build) (64-bit) with AngularJS 1.7.7.