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
HTML
<GridLayout height="80" width="80" class="thumb" horizontalAlignment="left" [backgroundImage]="imageUrl" (tap)="onImageAddRemoveTap()">
<GridLayout class="thumb__remove" *ngIf="imageUrl">
<Label text="" class="far" horizontalAlignment="center" verticalAlignment="center"></Label>
</GridLayout>
<GridLayout class="thumb__add" *ngIf="!imageUrl">
<Label text="" class="fas" horizontalAlignment="center" verticalAlignment="center"></Label>
</GridLayout>
</GridLayout>