I am working on an Angular app in which I am making a rest call through HTTP as below:
login(email, password) { let headers = new Headers(); headers.a
rxjs 5
Either
throw response;
or
throw Observable.throw(response);