rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Augury not detecting modal components #1377

Closed jalberto-ghub closed 5 years ago

jalberto-ghub commented 5 years ago

Augury: 1.22.0 Date: Wed, 20 Mar 2019 13:42:40 GMT OS: Win32

Description of issue: -- Include (clipped) screenshot images if possible.

Angular version (required): 7

Steps to reproduce:

  1. Write a test app that imports NgbModal from @ng-bootstrap/ng-bootstrap
  2. Create a modal component for NgbModal
  3. While on Auguri open your modal dialogue.

Additional details: The Auguri window cannot see the new component at all you cannot click on it, select it or track at all. Notice that a reference to the new component is not required to be stored on a class variable.

andrewthauer commented 5 years ago

Duplicate, related to #1190, #1217, & #1271