Added a bunch of services

This commit is contained in:
2022-11-10 11:06:14 -05:00
parent 1fc86d3614
commit fde487fc66
20 changed files with 268 additions and 38 deletions

View File

@ -0,0 +1,9 @@
<div class="logo">
<div class="d-flex" aria-label="Legio XXX">
<div>L</div>
<div [@slide]="expand ? 'expand' : 'shrink'" style="overflow: hidden">EGIO · </div>
<div [@margin]="expand ? 'expand' : 'shrink'" [style.marginLeft]="expand ? '0.25rem' : 0">XXX</div>
<div *ngIf="loading">{{dots | async}}</div>
</div>
<div *ngIf="loadingText" class="logo-footer text-center">{{loadingText}}</div>
</div>