Hi Rodigro,
return this._http.get(urlCall, { headers: headers })
.map(res => res.json()) // <=== "converter" change this line
to put in your own.
.map((val) => {
return val.items.map((photo: any) => {
return {
http gives you full access to the whole response, including the raw
version. Have a look at the toString().
Regards
Sander
--
You received this message because you are subscribed to the Google Groups
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.