@nanexcool wrote:
I'm getting an error on ionic serve after updating to Beta 4.
this.http.get(url) .map((res: Response) => res.json()) .subscribe(res => { // do something with res }, () => { // something });Says "Unexpected token (60:17) while parsing file", right on "res: Response"
Did the way to do this change in Angular?
Posts: 4
Participants: 2