augury icon indicating copy to clipboard operation
augury copied to clipboard

Unable to view entryComponents, modals, etc.

Open andrewthauer opened this issue 5 years ago • 9 comments

Consolidating a various issues related to the inability to view/debug entryComponents (e.g. dialogs).

  • #1190
  • #1214
  • #1217
  • #1248
  • #1271
  • #1385

andrewthauer avatar Apr 01 '19 16:04 andrewthauer

Any update for this?

xyrintech avatar Apr 22 '19 17:04 xyrintech

Augury is such a great tool ... it‘s a pitty that it does not work on material dialogs

alexander-kastil avatar May 28 '19 19:05 alexander-kastil

Would love to have this feature.

wbeeftink avatar Jun 12 '19 12:06 wbeeftink

Still no updates? This would be a great feature.

furkee avatar Aug 09 '19 07:08 furkee

Do you know any workaround?

jurkov avatar Feb 07 '20 15:02 jurkov

https://github.com/rangle/augury/blob/82df66e94f94d0aafb617e09d0eb8c76437de600/src/backend/backend.ts#L208

A dirty workaround to see mat-dialog-0 is to modify augury with the following snippet:

getAllAngularRootElements() .map(root => ng.probe(document.getElementById('mat-dialog-0'))) .filter(debugRoot => debugRoot !== null);

jurkov avatar Feb 10 '20 11:02 jurkov

https://github.com/rangle/augury/blob/82df66e94f94d0aafb617e09d0eb8c76437de600/src/backend/backend.ts#L208

A dirty workaround to see mat-dialog-0 is to modify augury with the following snippet:

getAllAngularRootElements() 
  .map(root => ng.probe(document.getElementById('mat-dialog-0'))) 
  .filter(debugRoot => debugRoot !== null);

Can this be implemented into a PR? Would love to see this fixed in Augury

benwinding avatar Jun 23 '20 03:06 benwinding

+1 This issue affects me using a component inside a ng-bootstrap modal

dawsnap avatar Aug 05 '20 13:08 dawsnap

+1

renaem avatar May 21 '21 19:05 renaem