app.component.html 139 B

123
  1. <div class="progress loop" [class.visible]="loading$ | async"></div>
  2. <router-outlet></router-outlet>
  3. <vdr-overlay-host></vdr-overlay-host>