Questions tagged [augury]

A Chrome and Firefox Dev Tools extension for debugging Angular applications.

Augury is a browser Dev Tools extension for debugging and profiling Angular applications from the comfort of your browser.

6 questions
2
votes
0 answers

How to inspect Angular components in Chrome using Augury when in production mode?

I'm going to be doing a presentation on Angular 6 soon and want to show component trees and how components work together. Would I be able to show this while I'm viewing a website such as Santander's site? I tried viewing the site using Augury, but…
1
vote
1 answer

Augury isn't work properly "Cannot read property '1' of null"

Augury isn't work properly "Cannot read property '1' of null" . When i try to connect to augury devtool to see my tree elements error show up, how can I fix it? I don't know what do you need to this so i share my package.json { "name":…
xpopqww
  • 53
  • 6
1
vote
1 answer

NgModules and Router Tree tabs not visible in Augury

While debugging Angular Project with Augury Chrome Extension, Component Tree tab is present but NgModules and Router Tree tabs not visible Using Angular 9.1.3 & Augury (1.25.2) as Chrome Extension
Abhishek Ranjan
  • 225
  • 1
  • 4
  • 12
1
vote
1 answer

How to watch a variable in angular component?

I have a variable elapsedTime, initialized in the constructor as 0. I am watching it in Chrome devtools debugger as this.elapsedTime. It is initialized correctly. I also put a breakpoint in a method that will use this variable. Angular goes on,…
mozpider
  • 366
  • 2
  • 12
0
votes
1 answer

Augury tab does not show on chrome devtools

I have a version of google chrome is 108.0.5359.125 (Build oficial) (64 bits) and I've installed Augury from the Chrome web store Any idea of how to fix this problem?
abdou31
  • 45
  • 1
  • 8
0
votes
0 answers

Can't use it with Angular 8. Trying to see Component and tree structure but it gives error in console

Augury helps Angular developers visualize the application through component trees and visual debugging tools.but I'm unable to use it with Angular 8.and it gives an error in the console I have tried upgrading the console and also sent a bug report…
Mrinal Jain
  • 773
  • 9
  • 21