VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

skip collection argument, sort by object itself #89

Closed vsmelov closed 3 years ago

vsmelov commented 4 years ago

I have a list of dates in a string format ['01SEP2019, '12OCT2019', ...], I want to sort them using custom compactor, something like

let dt of dates | orderBy : 'NOTHING' : false : false : dateComparator

, but I want to use object itself, what should I pass as a first argument?

VadimDez commented 4 years ago

Right now there's no feature like this

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.