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

4 lines
147 B
HTML
Raw Normal View History

2020-11-13 09:38:42 +01:00
<button class="erase btn btn--warning" *ngIf="inputModel.length" (click)="eraseInput()">
<i class="fa fa-times" aria-hidden="true"></i>
</button>