angular/in-memory-web-api

Posting array

RollsChris opened this issue · 0 comments

Hi My collection is an Array of items.

I'm unable to post array back to collection.. it adds an array to the collection instead?.

Our API back ends work with batch update flow instead off updating individual items so i need to be able to post an array of items. Does anybody have any suggestions?

Thanks