Skip to content

Commit

Permalink
Demo refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed May 6, 2021
1 parent 20dbb86 commit 3408c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/carousel/carouseldemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Carousel</h1>

<div class="content-section implementation carousel-demo">
<div class="card">
<p-carousel [value]="products" [showNavigators]="false" [showIndicators]="false" [numVisible]="3" [numScroll]="3" [circular]="false" [responsiveOptions]="responsiveOptions">
<p-carousel [value]="products" [numVisible]="3" [numScroll]="3" [circular]="false" [responsiveOptions]="responsiveOptions">
<ng-template pTemplate="header">
<h5>Basic</h5>
</ng-template>
Expand Down

0 comments on commit 3408c7a

Please sign in to comment.