mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-04 23:07:49 +00:00
8 lines
178 B
HTML
8 lines
178 B
HTML
<app-timezone-list
|
|
*ngIf="fiveOclocks"
|
|
[timezones]="fiveOclocks"
|
|
[closest]="fiveOclock"
|
|
[showAll]="showAll"
|
|
(click)="toggleView()">
|
|
</app-timezone-list>
|