cannot retrieve data from angular http
问题 I'm trying to retrieve data from a collection in my mongodb using http module using the code below, getPosts() { return this.http.get('http://localhost:5005/blog/getposts').map(res => { console.log("mapped result",res); res.json() }); } It fails everytime with a response Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at Response.webpackJsonp.../../../http/@angular/http.es5.js.Body.json (http.es5.js:797) at MapSubscriber.project (auth.service.ts:45) at MapSubscriber