Open Ross-Rawlins opened 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"
I just extended the class and did it myself =)
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"