UNPKG

@nativescript/template-hello-world-ng

Version:
10 lines (8 loc) 343 B
<ActionBar title="Details"></ActionBar> <FlexboxLayout flexDirection="column"> <FlexboxLayout class="m-4"> <Label class="text-3xl text-gray-400" [text]="item()?.id + '. '"></Label> <Label class="text-3xl" [text]="item()?.name"></Label> </FlexboxLayout> <Label class="text-xl m-4" [text]="item()?.role"></Label> </FlexboxLayout>