I\'m playing with Angular2 and TypeScript and it\'s not going well (this would be so easy in AngularJS). I\'m writing a little experiment app to get to grips with it all and
You can try
(data: Response|any) => { // <== data = JSON.parse(data['_body']);
Helped me out