UNPKG

@nativescript/template-master-detail-ng

Version:

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

11 lines (10 loc) 243 B
<GridLayout columns="*, auto" (tap)="onSelectorTap()"> <Label [text]="selectedValue"></Label> <Label text="&#xf054;" class="fas" col="1" horizontalAlignment="center" verticalAlignment="center" ></Label> </GridLayout>