ng-inspect helps you access properties of the elements scope when an element is selected using the Element Inspector or the Elements tab in the Developer Toolbar in an Angular JS aplication. This extension will provide access to scope, isolateScope[if the scope is isolated], rootScope, jQuery element and its events[if jQuery is included in the page]. These properties are made available to the Global/Window object via $s for scope, $is for isolateScope, $rs for rootScope, $el for jQuery element and $events for the events associated with the jQuery element. Services/Factories/Constants can be tested/verified using $get function. $count function prints number of Scopes, isolateScopes, listeners and watchers. Hope you find this useful!
You can Follow the below Step By Step procedure to install the ng-inspect for AngularJS Chrome Extension to your Chrome Web browser.
It is the ng-inspect for AngularJS Chrome extension download link you can download and install Chrome Browser.
AngularJS dependency graph.
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
Inspect the scope watchers of an Angular app
Capture requests from any website and send them to Postman Client.
Detect Angular apps and javascript libraries
Angular context inspector
Redux DevTools for debugging application's state changes.
Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Check how many watchers are active in an angular app
Helps you debug Angular component state. Supports Angular 1/2+/Ivy!