Start adding location awareness to timezone

This commit is contained in:
2021-12-02 09:54:13 -06:00
parent 7fcd87b101
commit 9de1a4b90b
5 changed files with 500 additions and 451 deletions
+4 -6
View File
@@ -1,6 +1,4 @@
<ng-container *ngFor="let timezone of fiveOclocks">
<div class="container">
<h1 class="timezone">{{timezone.name}}</h1>
<h2 class="time">{{timezone.time?.toFormat('tt')}}</h2>
</div>
</ng-container>
<div *ngIf="fiveOclock" class="single-container">
<h1 class="timezone">{{fiveOclock.name}}</h1>
<h2 class="time">{{fiveOclock.time?.toFormat('tt')}}</h2>
</div>