@nativescript/template-hello-world-ng
Version:
NativeScript Angular Hello World template
10 lines (8 loc) • 343 B
HTML
<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>