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

4 lines
147 B
HTML
Raw Normal View History

<button class="erase btn btn--warning" *ngIf="inputModel.length" (click)="eraseInput()">
2020-05-12 19:16:23 +02:00
<i class="fa fa-times" aria-hidden="true"></i>
</button>