The Wayback Machine - https://web.archive.org/web/20210821095558/https://github.com/topics/loading-indicator
Skip to content
#

loading-indicator

Here are 77 public repositories matching this topic...

jcarpanelli
jcarpanelli commented Jun 5, 2019

The idea is to implement a new method called remove that receives a spinner reference name as argument and removes that spinner from the list, and thus should not be printed again in the terminal If no reference is given, the method call does nothing.

Example usage:

const spinnies = new Spinnies();
spinnies.add('spinner-1');
spinnies.add('spinner-2');
spinnies.add('spinner-3');
se
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

Skeleton-Bones
mortenholmgaard
mortenholmgaard commented Feb 16, 2021

First thanks for what seems like a great library with great technical solution to the problem and good documentation as well.

But I can't get it to work, so I have a few questions/bug findings:

  1. We are not using databinding, but I there seems also to be a great api for that case.
    But trying to use the examples only gives me a black box, no animation at all. I have tried to set almost every

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