Bei einem Fehlgeschlagenen Request kann man sehr komfortabel nochmals anfragen mit der Methode retry():
import 'rxjs/add/operator/retry'; ... const result = this.http.get(url) .retry(2);
Bei einem Fehlgeschlagenen Request kann man sehr komfortabel nochmals anfragen mit der Methode retry():
import 'rxjs/add/operator/retry'; ... const result = this.http.get(url) .retry(2);