Skip to content

Commit 0958c80

Browse files
committed
chore: angular demo
1 parent f75438f commit 0958c80

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/demo-angular/src/plugin-demos/ios-debug-flex.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
<StackLayout class="p-20">
33
<ScrollView class="h-full">
44
<StackLayout>
5-
<Button text="Test ios-debug-flex" (tap)="demoShared.testIt()" class="btn btn-primary"></Button>
5+
<GridLayout rows="auto,auto,auto" columns="*,auto,auto,auto,*">
6+
<Label colSpan="5" text="iOS Debugging with Flex" class="text-center m-b-20"></Label>
7+
<Label colSpan="5" row="1" text="Only enabled in debug - auto disabled in production builds." class="text-center m-b-20" textWrap="true"></Label>
8+
<Label row="2" col="1" text="🛑" class="m-x-4"></Label>
9+
<Label row="2" col="2" text="🐛" class="m-x-4"></Label>
10+
<Label row="2" col="3" text="🔥" class="m-x-4"></Label>
11+
</GridLayout>
12+
<Button text="Open Debug Tools" (tap)="demoShared.testIt()" class="btn btn-primary m-t-20"></Button>
613
</StackLayout>
714
</ScrollView>
815
</StackLayout>

0 commit comments

Comments
 (0)