Instance property selectors
Thanks for making this tool!
I have some selectors in a facade that currently aren't being used (small use case I know) but it might be good to show them attached to the facade like in the bottom example vs detached. Or perhaps mark that they're unused?
This is how it's used:
export class SourceFacade {
emissionCount$ = this.store.select(Selectors.selectEmissionCount);
}

Hi @schuchard,
that's a great idea. I did not have Selectors in mind. Currently, NgRx Vis only works with NgRx's Action Types but I will keep this in mind when I enhance the resolver strategies. 👍
... Or do you mean unused actions?
Understandable, thanks for considering. I guess both features would be nice, but perhaps that my screenshot was showing an unused action already.