Created
January 24, 2017 10:27
-
-
Save tomasstankovic/cb298753a044d29a63fc7c0556650fc7 to your computer and use it in GitHub Desktop.
This file contains 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="preloader-full" | |
*ngIf="preloaderService.getPreloaderCount('full') > 0"> | |
<div class="preloader-full__spinner">💩</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment