Skip to content

Commit c59101c

Browse files
committed
feat(carousels): wrap property example
1 parent 96275c9 commit c59101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/base/carousels/carousels.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<code>.d-md-block</code>.
132132
</p>
133133
<app-docs-example href="components/carousel/#with-captions">
134-
<c-carousel (itemChange)="onItemChange($event)" [interval]="3000" transition="slide">
134+
<c-carousel (itemChange)="onItemChange($event)" [interval]="3000" transition="slide" [wrap]="false">
135135
<c-carousel-indicators></c-carousel-indicators>
136136
<c-carousel-inner>
137137
<c-carousel-item *ngFor="let slide of slides[1]">

0 commit comments

Comments
 (0)