Angular Gauntlets

Add shortcuts to easily debug your Angular application.

Angular Gauntlets क्या है?

Angular Gauntlets yannickglt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add shortcuts to easily debug your Angular application."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Angular Gauntlets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Angular Gauntlets Angular Gauntlets
ID cpinnkgbfohodioinipjdhehnihbgeph
आधिकारिक URL https://chromewebstore.google.com/detail/angular-gauntlets/cpinnkgbfohodioinipjdhehnihbgeph
विवरण Add shortcuts to easily debug your Angular application.
फ़ाइल का आकार 9.55 KB
स्थापना संख्या 2,207
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2021-05-06
प्रकाशन तिथि 2020-05-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर yannickglt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yannickglt/angular-gauntlets
सहायता पृष्ठ URL https://github.com/yannickglt/angular-gauntlets/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angular Gauntlets",
    "version": "1.2.3",
    "description": "Add shortcuts to easily debug your Angular application.",
    "devtools_page": "devtoolsBackground.html",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/angular-gauntlets-16.png",
        "48": "icons\/angular-gauntlets-48.png",
        "128": "icons\/angular-gauntlets-128.png"
    }
}