Happy to see the ion-spinner component added in Beta.2, but

It worked for me, thank You. Can I somehow increase size of spinner?

Can I somehow increase size of spinner?

I would think CSS could do that:

ion-spinner {
  width: 64px;
  height: 64px;
}

As such i suppose you could set size with percentage like:

ion-spinner {
  width: 40%;
  height: 40%;
}

Seems like it does not work on beta04. I am the only one having this problem?

<ion-spinner><\ion-spinner> is supposed to be <ion-spinner></ion-spinner>

You wrote ’ \ ’ instead of ’ / ’ or was that a typo?