ngrx-vis icon indicating copy to clipboard operation
ngrx-vis copied to clipboard

Instance property selectors

Open schuchard opened this issue 6 years ago • 2 comments

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);
}

image

schuchard avatar Apr 07 '20 16:04 schuchard

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?

GregOnNet avatar Apr 07 '20 19:04 GregOnNet

Understandable, thanks for considering. I guess both features would be nice, but perhaps that my screenshot was showing an unused action already.

schuchard avatar Apr 09 '20 20:04 schuchard