Support factory selectors
in the extraSelectors
property of createFeature()
#3768
Closed
1 of 2 tasks
Which @ngrx/* package(s) are relevant/related to the feature request?
store
Information
Recently the great @markostanimirovic created the cool feature #3744 to support
extraSelectors
in thecreateFeature()
function. ButextraSelectors
does not supportfactory selectors
which is needed if the selector needs anyparameters
.Would be really cool if
extraSelectors
would supportfactory selectors
.Describe any alternatives/workarounds you're currently using
Just use
createFeature()
like beforeextraSelectors
where available as documented in #3719I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: