trip-animation.component.html 226 Bytes
<div class="map" #map ></div>
<div>{{historicalData?.lenth}}</div>
<tb-history-selector *ngIf="historicalData" [settings]="ctx.settings" [intervals]="intervals"
    (onTimeUpdated)="timeUpdated($event)"></tb-history-selector>