.subscribe(data => {
this.apiResponse = data;
}).finally(
this.router.navigate(['city-weather'])
);
// provider return this.http.get('/jopa').finally(()=>this.router.navigate([<...>])) // cmp this.service.getIt().subscribe()
Обсуждают сегодня