Angular Gauntlets
Add shortcuts to easily debug your Angular application.
Angular Gauntlets란 무엇입니까?
Angular Gauntlets은(는) yannickglt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add shortcuts to easily debug your Angular application."입니다.
확장 프로그램 스크린샷
Angular Gauntlets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |