Created
April 24, 2018 14:46
-
-
Save stewones/78e05bff617d1afba7660dd2d027b971 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="columns is-mobile is-multiline is-gapless"> | |
<div class="column animated fadeIn" *ngFor="let media of medias; let i = index" [ngClass]="{'is-half':medias.length>1&&i!=2}"><mat-card [ngStyle]="{'background-image':'url('+media.base64+')'}" (tap)="removeMedia(media)"><div class="placeholder"><mat-spinner diameter="16" *ngIf="!media.base64"></mat-spinner></div></mat-card></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment