t('Hour')); ?> | t('Temperature')); ?> | t('Weather')); ?> | t('Pressure')); ?> | t('Wind')); ?> |
---|---|---|---|---|
{{ forecast.hour * 1000 | date:'HH:mm'}} | {{ forecast.temperature }}{{ metricRepresentation }} | {{ forecast.weather }} | {{ forecast.pressure }} | {{ forecast.wind.speed }} m/s - {{ forecast.wind.desc }} |