Skip to content

Instantly share code, notes, and snippets.

@nicobytes
Created April 16, 2017 16:37
Show Gist options
  • Select an option

  • Save nicobytes/62463be151faf156726c04bbe484f9a4 to your computer and use it in GitHub Desktop.

Select an option

Save nicobytes/62463be151faf156726c04bbe484f9a4 to your computer and use it in GitHub Desktop.
Loading customs
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