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 96275c9 commit c59101cCopy full SHA for c59101c
src/app/views/base/carousels/carousels.component.html
@@ -131,7 +131,7 @@
131
<code>.d-md-block</code>.
132
</p>
133
<app-docs-example href="components/carousel/#with-captions">
134
- <c-carousel (itemChange)="onItemChange($event)" [interval]="3000" transition="slide">
+ <c-carousel (itemChange)="onItemChange($event)" [interval]="3000" transition="slide" [wrap]="false">
135
<c-carousel-indicators></c-carousel-indicators>
136
<c-carousel-inner>
137
<c-carousel-item *ngFor="let slide of slides[1]">
0 commit comments