rangle / angular-devtools

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

Add support for UI Router #790

Closed penfold closed 3 years ago

penfold commented 3 years ago

Description: The components view in DevTools doesn't show any UI-View entries in the component tree.

I assume this is due to no current support for UI Router.

Angular Devtools version (required): 1.0.0

Angular version (required): 11.2.13

Date: 19 May 2021

OS: Win 10 Chrome

penfold commented 3 years ago

Or could this be the same cause as https://github.com/rangle/angular-devtools/issues/773 ?

mgechev commented 3 years ago

@penfold yes, same issue. Would you give your project a try with v12? Should be easy to update.

penfold commented 3 years ago

@mgechev I've checked in our ng 12 assessment branch and it's working correctly.

Now, I need to work through the other issues with ng 12.

Many thanks, Paul