Multiple spin loader Angular 5

0

I have created a Spinner that is shown every time I make an http request, as I show in the image, the problem is that I want it to only show in the input in which I make the request and not in the others.

I am using: <div class="input-group-addon" style="background-color: #fff !important" *ngIf="searching "> <span> <i class="fa fa-spinner fa-spin"></i></span></div>

Thanks for your help.

    
asked by Luis Flores Leon 15.06.2018 в 06:05
source

0 answers