Hacker News new | ask | show | jobs
by menssen 4332 days ago
I'm curious about the "Angular drawer settings" section in the settings page.

Is this list "discovered" in some way, or is the list of Angular services to inspect hard-coded?

1 comments

That's a good question, unfortunately it's hardcoded since the whole list of services contained two nodes that created a lot of branches which are the $window and $document services, to overcome this problem I created a custom Angular analyzer as you can see here https://github.com/maurizzzio/PojoViz/blob/master/src/analyz...