(feat request) Generate query string only
Closed this issue · 2 comments
rosostolato commented
First I want to thanks for this awesome lib.
My request is that I could generate the query string only without making a http request. I have my own implementation of http client using angular, I know that I can use a custom provider but it would be better if I could only get a query string like this:
const query = service(myModel).where(x => x.id > 5).toString();
myService.getList(query).subscribe();
umutozel commented
I'm glad you like it.
That's a really good idea, it will be useful for testing too. Will be looking into it.
umutozel commented
Implemented with 0.3.3.