diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 3cb85d0d71dd3a4341512289336fa62de20268a3..f7781eeb8454e728ce47fead3681334da60ae2a5 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -86,34 +86,34 @@ cnt:
{{ item.temp.morn | number }} °C - {{ item.pressure | number }} hpa + {{ item.pressure | number:'.1-1' }} hpa {{ item.humidity | number }} % - - {{ item.weather.id }} + + {{ item2.id }} - - {{item }} + + {{ item2.main }} - - {{item }} + + {{ item2.description }} - + {{item }} - {{item}} meter/sec + {{ item.speed }} meter/sec - {{item}} ° + {{ item.deg }} ° - {{item}} % + {{ item.clouds }} % - {{item}} + {{ item.rain }}