UNPKG

tns-template-master-detail-kinvey-ng

Version:

Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.

9 lines (8 loc) 520 B
<GridLayout height="80" width="80" class="thumb" horizontalAlignment="left" [backgroundImage]="imageUrl" (tap)="onImageAddRemoveTap()"> <GridLayout class="thumb__remove" *ngIf="imageUrl"> <Label text="&#xf2ed;" class="far" horizontalAlignment="center" verticalAlignment="center"></Label> </GridLayout> <GridLayout class="thumb__add" *ngIf="!imageUrl"> <Label text="&#xf030;" class="fas" horizontalAlignment="center" verticalAlignment="center"></Label> </GridLayout> </GridLayout>