rangle / augury

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

State failing to load for `router-outlet` & native elements #1348

Closed andrewthauer closed 4 years ago

andrewthauer commented 5 years ago

Some components (e.g. router-outlet) & native elements (e.g. a, etc.) do not show state. These are being serialized correctly, but the metadata/instanceWithMetadata method does not recognize these as components and thus the InstanceWithMetadata structure is not loaded correctly.

In order to fix this, the instanceWithMetadata function will need to accommodate non components and build an appropriate InstanceWithMetadata structure consistent with components so they show correctly in the state inspector panel.