angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 231 forks source link

Posting array #244

Open RollsChris opened 4 years ago

RollsChris commented 4 years ago

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