We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bc1d6 commit a346cecCopy full SHA for a346cec
app/home/home.component.html
@@ -1,7 +1,7 @@
1
<StackLayout>
2
<slides loop="true" [pageIndicators]="true" [swipeSpeed]="20">
3
<slide class="slide-1">
4
- <Label text="Slide 111111" textWrap="true"></Label>
+ <Label text="Slide 1" textWrap="true"></Label>
5
</slide>
6
<slide class="slide-2">
7
<Label text="Slide 2" textWrap="true"></Label>
@@ -10,4 +10,4 @@
10
<Label text="Slide 3" textWrap="true"></Label>
11
12
</slides>
13
-</StackLayout>
+</StackLayout>
0 commit comments