tslint update
[oweals/peertube.git] / client / src / app / shared / misc / loader.component.html
1 <div *ngIf="loading">
2   <div class="lds-ring">
3     <div></div>
4     <div></div>
5     <div></div>
6     <div></div>
7   </div>
8 </div>