DEV Community

Discussion on: NgRx Feature Creator

Collapse
 
walll_e profile image
adamstret

Hello Marco,
what about featureCreator combined with ngrx-adapter? How would you auto-create selectors, when you use the adapter? I tried it and it didn't work for some reason. Is there even a way to do that?

Collapse
 
markostanimirovic profile image
Marko Stanimirović

Hi @walll_e

Take a look at this comment: github.com/ngrx/platform/issues/34...

Collapse
 
walll_e profile image
adamstret

Well that there is just a workaround. I assume there's no exported member from @ngrx that would facilitate this, right?