zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
436 stars 137 forks source link

Image fallback placeholder and spinner #151

Open Ross-Rawlins opened 6 years ago

Ross-Rawlins commented 6 years ago

Is it possible to have the image fallback placehoder and the spinner enabled at the same time?

I see it is this line of code here.

<ion-spinner *ngIf="spinner && isLoading && !fallbackAsPlaceholder"

Ross-Rawlins commented 6 years ago

I just extended the class and did it myself =)