ngrx-actions
ngrx-actions copied to clipboard
Select Pipe
Create a pipe that will accept a path and return the select.
<li *ngFor="let todo of ('todos' | select | async)">{{todo.name}}</li>
Not sure if this is a good idea but sounds cool. Idea from: https://github.com/HarmoWatch/ngx-redux-core/blob/master/src/harmowatch/ngx-redux-core/pipes/redux-select.pipe.ts