mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
4 lines
147 B
HTML
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>
|