UNPKG

@nativescript/template-hello-world-ng-vision

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