Всем привет, а кто подскажет как правильно ввыводить в шаблон...
showCurrentWeather() {
this.serv.defoltKievWeather()
.subscribe((response) => {
this.weather = response
})
}
<ng-container *ngFor="let weather of weather">
<pre>{{weather.Current.feelslike}}</pre>
</ng-container>