Add user notification animation
[oweals/peertube.git] / client / src / app / shared / misc / small-loader.component.html
1 <div *ngIf="loading">
2   <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3 </div>