forked from tykayn/funky-framadate-front
7 lines
147 B
HTML
7 lines
147 B
HTML
<button
|
|
class="erase btn btn--warning"
|
|
*ngIf='inputModel.length'
|
|
(click)="eraseInput()" >
|
|
<i class="fa fa-times" ></i >
|
|
</button >
|