File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,21 @@ import { ListViewMainPageComponent } from "../listView/listViewMainPage/list-vie
20
20
template : `
21
21
<StackLayout>
22
22
<Label text="Main Component" class="title"></Label>
23
- <Button text="Template" [nsRouterLink]="['Template']"></Button>
24
- <Button text="First" [nsRouterLink]="['First']"></Button>
25
- <Button text="Second" [nsRouterLink]="['Second']"></Button>
26
- <Button text="Router" [nsRouterLink]="['Router']"></Button>
23
+ <StackLayout orientation="horizontal" horizontalAlignment="center">
24
+ <Button text="Template" [nsRouterLink]="['Template']"></Button>
25
+ <Button text="Router" [nsRouterLink]="['Router']"></Button>
26
+ </StackLayout>
27
+ <StackLayout orientation="horizontal" horizontalAlignment="center">
28
+ <Button text="First" [nsRouterLink]="['First']"></Button>
29
+ <Button text="Second" [nsRouterLink]="['Second']"></Button>
30
+ </StackLayout>
31
+ <!--<Button text="ActionBar" [nsRouterLink]="['ActionBar']"></Button>-->
27
32
<StackLayout orientation="horizontal" horizontalAlignment="center">
28
33
<Button text="ActionBar1" [nsRouterLink]="['FirstActionBar']"></Button>
29
34
<Button text="ActionBar2" [nsRouterLink]="['SecondActionBar']"></Button>
30
35
</StackLayout>
31
- <Button text="Binding" [nsRouterLink]="['Binding']"></Button>
32
- <Button text="ListViewTests " [nsRouterLink]="['ListViewMainPage']"></Button>
36
+ <Button text="Binding" [nsRouterLink]="['Binding']"></Button>
37
+ <Button text="ListViewExamples " [nsRouterLink]="['ListViewMainPage']"></Button>
33
38
</StackLayout>
34
39
` ,
35
40
} )
You can’t perform that action at this time.
0 commit comments