Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
5 lines
210 B
HTML
5 lines
210 B
HTML
<div *ngIf="(weather|async);let currentweather" style="padding: 10px;">
|
|
<div style="position:absolute">{{currentweather.temp}}°</div>
|
|
<img src="/images/weather/{{currentweather.icon_code}}.svg">
|
|
</div>
|