Skip to content
#

spinners

Here are 66 public repositories matching this topic...

moscoso
moscoso commented Jan 8, 2018

I've provided a screen shot for the error.

i am running on windows 10.

Here are some of the package versions from my package.json:
"typescript": "^2.6.2",
"(@)angular/compiler-cli": "^5.1.1",
"(@)angular/core": "^5.0.2",

This only happens when I build for production. ("ng build" works, "ng build --prod" fails)

![spin-kit ng production build issue](https://user-images.githubusercont

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'
    },
 

Improve this page

Add a description, image, and links to the spinners 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 spinners topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.