funky-framadate-front/src/app/ui/erasable-input/erasable-input.component.html

4 lines
128 B
HTML
Raw Normal View History

<button class="erase btn btn--warning" *ngIf="inputModel.length" (click)="eraseInput()">
2020-04-21 10:50:26 +02:00
<i class="fa fa-times"></i>
</button>