When redirecting from the rxjs catch function I get the error: EXCEPTION: TypeError: Cannot read property \'subscribe\' of undefined
EXCEPTION: TypeError: Cannot read property \'subscribe\' of undefined
Here\'s the relevant pa
There is a return missing
return
return this.handleError(err)