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

Select Pipe

Open amcdnl opened this issue 8 years ago • 0 comments

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

amcdnl avatar Feb 20 '18 04:02 amcdnl