Skip to content
#

loading-indicator

Here are 57 public repositories matching this topic...

jcarpanelli
jcarpanelli commented Jun 4, 2019

Instead of setting a spinner as succeed/fail using the spinners#fail and spinner#succeed methods, it would be great if spinnies could do this automatically when sending a promise as an option:

spinnies.add('spinner-1', { 
  text: 'Doing X..',
  onPromise: {
    promise: someFunction(arg1, arg2), 
    succeed: { 
      text: 'X succeeded',
      color: 'greenBright'
    },
 
Sartori-RIA
Sartori-RIA commented Jul 12, 2019

hi, i have a shared component with loadspinner, and this component is used only inside two pages to service http requests, one work fine, other receive the error "TypeError: Cannot read property 'android' of null".
the component without error is inside tabview BUT in submodule with lazy loading

the component with error is inside TabView in my app.component, this error occurrence when try to

Improve this page

Add a description, image, and links to the loading-indicator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loading-indicator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.