rangle / angular-devtools

Moved to the Angular organization.
https://github.com/angular/angular/tree/master/devtools
256 stars 18 forks source link

Several components are not displayed in the Angular Devtools #974

Closed jasmine-song closed 2 years ago

jasmine-song commented 2 years ago

Angular DevTools version (required): Angular DevTools 1.0.4 Angular version (required): 9.1.13 Link to a minimal stackblitz reproduction (strongly encouraged):

Description of issue: According the screenshot, I have the component called 'onenote-notebook-paragraph-result', it can show in the host element, but can't find componts in Angular Devtools

image

image

image

Additional details: the 'NotebookparagraphresultComponent' are two components that are looping out, i don't know why only this components don't show

mgechev commented 2 years ago

The issue is related to https://github.com/rangle/angular-devtools/issues/773. Make sure you update to Angular v12+ to get proper component view.