Created
April 16, 2017 16:37
-
-
Save nicobytes/62463be151faf156726c04bbe484f9a4 to your computer and use it in GitHub Desktop.
Loading customs
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
| let loading = this.loadingCtrl.create({ | |
| spinner: 'hide', | |
| content: ` | |
| <div class="custom-spinner-container"> | |
| <div class="custom-spinner-box"></div> | |
| </div>`, | |
| duration: 5000 | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment