We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64588f commit 8655454Copy full SHA for 8655454
src/components/img-loader.ts
@@ -4,7 +4,8 @@ import { ImageLoaderConfig } from '../providers/image-loader-config';
4
5
@Component({
6
selector: 'img-loader',
7
- template: '<ion-spinner *ngIf="spinner && isLoading"></ion-spinner>'
+ template: '<ion-spinner *ngIf="spinner && isLoading"></ion-spinner>',
8
+ styles: ['ion-spinner { float: none; margin-left: auto; margin-right: auto; display: block; }']
9
})
10
export class ImgLoader implements OnInit {
11
0 commit comments