2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-11 13:10:41 +00:00
RTL/src/app/lnd/lnd-root.component.html
Shahana Farooqui 125099fe08 Code cleanup for currency convertor
Code cleanup for currency convertor
2019-11-19 18:49:58 -05:00

3 lines
140 B
HTML

<mat-progress-bar *ngIf="loading" color="primary" mode="indeterminate"></mat-progress-bar>
<router-outlet *ngIf="!loading"></router-outlet>