mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Filters are not working when I generate it for Angular 4 #574

Open udayaramu opened 6 years ago

udayaramu commented 6 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any: 2.2.0

Please add a description for your issue:

When the base.service.ts is generated for Angular TS .. Its not concatenating the queryString (filter where cause which was generated). Due to this, when we pass LoopBackFilter in Find methods, its not filtering.. It need to be fixed in next release.

Eslem commented 6 years ago

It's a bug related to the headers, check #571 to fix it