Last active
August 18, 2020 04:11
-
-
Save romanejaquez/6e9f0be514f1e19c9091319305058c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div | |
class="app-splash-screen" | |
[ngStyle]="{ left: windowWidth }" | |
*ngIf="showSplash" | |
> | |
<div class="app-splash-inner"> | |
<div class="app-logo"></div> | |
<div class="app-label">Splashy</div> | |
<div class="app-loader"></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment