AlexAegis/loreplotter

View on GitHub
src/app/lore/component/timeline/cursor.component.html

Summary

Maintainability
Test Coverage
<div class="cursor">
    <mat-form-field #formField class="smallMatInput" floatLabel="never" hideRequiredMarker>
        <input
            #cursorInput
            (keydown)="easeTo($event)"
            [value]="cursorUnix$ | async | amFromUnix | amDateFormat: 'YYYY-MM-DD HH:mm:ss'"
            mask="0000-M0-d0 Hh:m0:s0"
            matInput
        />
    </mat-form-field>
</div>