How to get an animated spinner component while using ionicons 2.0?

Hi,

I’ve got ionic with the latest beta (1037).
It grabs the ionicons 2.0 and everything works fine except the lack of animated spinner component like ion-loading-c.

What is the current way (if existing) to load an ionic animated component?

Thanks :wink:

This helped me out:

I just needed a simple spinner for a loading indicator.

If you’re using the nightly builds, you should be able to use

<ion-spinner></ion-spinner>
3 Likes

I tried that, it didn’t help in this case. The spinner did not rotate. I suspect because there was some heavy processing of a long list in the background.