FarmMapsLib/projects/common-map/src/lib/components/item-widget-weather/item-widget-weather.component.html
Willem Dantuma 8aafeccea6
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
Add common-map library
2019-10-28 14:18:25 +01:00

5 lines
210 B
HTML

<div *ngIf="(weather|async);let currentweather" style="padding: 10px;">
<div style="position:absolute">{{currentweather.temp}}&deg;</div>
<img src="/images/weather/{{currentweather.icon_code}}.svg">
</div>