I\'m trying to add some error handling to a service, following the Angular guide.
Relevant snippet:
private handleError (error: Response | any) { // I
Same thing just happened to me. This happens when you fail to import the Response object.
import { Response } from '@angular/http';