ngrx / core

Core functionality for the ngrx platform
MIT License
72 stars 25 forks source link

[Suggestion] could you add a select decorator into the helper inspired from ng2-redux #10

Closed alyahmedaly closed 4 years ago

alyahmedaly commented 7 years ago

I then add a select decorator will be useful when selecting from the store, please find the discussion

SethDavenport commented 7 years ago

@alyahmedaly I put this together as an experiment a little while ago: https://github.com/SethDavenport/ng2-redux-select

Works with ngrx and ng2-redux. However it's pretty experimental at this point. Notably we have some AoT-related fun to resolve. If there's interest we can look to productize it more.