This commit is contained in:
Joel Wetzell
2022-11-11 10:13:19 -06:00
parent 40074f88ea
commit 4bce077a76
10 changed files with 59 additions and 115 deletions
+7 -1
View File
@@ -1 +1,7 @@
<router-outlet></router-outlet>
<app-timezone-list
*ngIf="fiveOclocks"
[timezones]="fiveOclocks"
[closest]="fiveOclock"
[showAll]="showAll"
(click)="toggleView()">
</app-timezone-list>