VadimDez / ngx-order-pipe

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

error when using http to load data #5

Closed mrtruebeliever closed 7 years ago

mrtruebeliever commented 7 years ago

Can be solved by putting following code in the export of ng2-order.pipe.ts if (value==null) { return null; }