funky-framadate-front/src/app/features/old-stuff/ui/erasable-input/erasable-input.component.html
2020-06-07 16:50:58 +02:00

4 lines
147 B
HTML

<button class="erase btn btn--warning" *ngIf="inputModel.length" (click)="eraseInput()">
<i class="fa fa-times" aria-hidden="true"></i>
</button>