Files
itsfiveoclockwhere/src/app/app.component.html
T
Joel Wetzell 4bce077a76 cleanup
2022-11-11 10:13:19 -06:00

8 lines
178 B
HTML

<app-timezone-list
*ngIf="fiveOclocks"
[timezones]="fiveOclocks"
[closest]="fiveOclock"
[showAll]="showAll"
(click)="toggleView()">
</app-timezone-list>