Add common-map library
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit

This commit is contained in:
Willem Dantuma
2019-10-28 14:18:25 +01:00
parent 4170598401
commit 8aafeccea6
145 changed files with 5947 additions and 91 deletions

View File

@@ -0,0 +1,4 @@
<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>