Angular2 / Error: Collection not found

I had a similar issue calling my WebAPI. In the end I had to comment out the InMemoryDataService – as soon as I did this then the error went away and I was able to hit my WebAPI:
AngularJS 2 : Getting data from json file not working

Leave a Comment