javascript - glyphicon glyphicon-refresh glyphicon-spin not working in Angular2 -


<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoiresju2yc3z8gv/npezwav56rsmlldc3r/azzgrngxqqknkkofvhfqhnuweyj" crossorigin="anonymous">    <div style="display:inline-block;float:right; margin-right:20px;">                     <a style="font-size:2rem !important;" class="btn btn-ok margin-top-10" >           <span class="glyphicon glyphicon-refresh glyphicon-spin"   (click)="getambiguityanalysisresult()" >          </span>      </a>  </div>          

i wanted use spinner refreshing data. have used above code.

data getting refreshed. icon not spinning.

try using {{span class="glyphicon glyphicon-repeat normal-right-spinner">}}. think work,but if u wish use spinners, u can try bootstrap spinners this. {{spinning:}} {{i class="fa fa-circle-o-notch fa-spin" style="font-size:24px"}}


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -