Add common-map library
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<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>
|
Reference in New Issue
Block a user