Angular Gauntlets helps you getting your hands dirty. It makes the components and providers of your Angular application accessible on click on an element in the Chrome DevTools elements panel. How to? Just click on a DOM element in the DevTools elements panel, type one of the following keywords in the console and here we go! - $component: click on a DOM element referring to an Angular component to access its instance and playing with it. - $context: display a DOM element context, can be its parent Angular component, a ngFor row, etc. - $scope: equals $component onto Angular components or $context onto child elements. The best alternative of AngularJS Batarang for Angular. - $providers: get the list of the all the providers instantiated in your Angular app and play with them (not supported by Angular 9). - $detectChanges(): triggers Angular change detection to get your changes apply. - log$(obs): log the first value of the given observable. Little extra: you can get a preview of all these info in the Angular tab of your DevTools elements panel. Switching between elements will refresh the data immediately.
You can Follow the below Step By Step procedure to install the Angular Gauntlets Chrome Extension to your Chrome Web browser.
It is the Angular Gauntlets Chrome extension download link you can download and install Chrome Browser.
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
Angular 2 BatScanner extension
Detect Angular apps and javascript libraries
Angular context inspector
Basic AngularJS debugging in Chrome
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!
Helps in debugging Angular(1.x/4+/Ivy) applications. Extends the elements panel in devtools to display component properties.