diegomvh / angular-odata

Client side OData typescript library for Angular
https://www.npmjs.com/package/angular-odata
MIT License
46 stars 14 forks source link

`query.orderBy()` usage #87

Closed hakimio closed 5 months ago

hakimio commented 5 months ago

query.orderBy() has a lot of method overrides. So, I tried some:

Am I misunderstanding some of the signatures or are they generating incorrect output? If my usage is wrong, what's the correct orderBy() usage with object and tuple syntax?

hakimio commented 5 months ago

Ok, found the answer: