UNPKG

@nativescript/template-tab-navigation-ng

Version:
14 lines (12 loc) 301 B
<ActionBar> <Label text="Home"></Label> </ActionBar> <GridLayout> <ListView [items]="items"> <ng-template let-item="item"> <StackLayout [nsRouterLink]="['../item', item.id]"> <Label [text]="item.name"></Label> </StackLayout> </ng-template> </ListView> </GridLayout>