Created
March 16, 2019 14:16
-
-
Save mdmoin7/a9c2500c76152eb856c746e36f19b682 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
<!-- using a different loader --> | |
<app-image-with-loading | |
image="https://picsum.photos/400?image=179" | |
loader="https://media.tenor.com/images/8d483e909ec3618f521e9700d6fbf2e1/tenor.gif"> | |
</app-image-with-loading> | |
<!-- uses default loader --> | |
<app-image-with-loading | |
image="https://picsum.photos/400?image=179"> | |
</app-image-with-loading> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment