diff --git a/src/app/showcase/components/carousel/carouseldemo.html b/src/app/showcase/components/carousel/carouseldemo.html
index be71990c9fe..34f8138980d 100755
--- a/src/app/showcase/components/carousel/carouseldemo.html
+++ b/src/app/showcase/components/carousel/carouseldemo.html
@@ -126,7 +126,7 @@
Responsive
export class CarouselDemo {
- constructor(private carService: CarService) {
+ constructor(private carService: CarService) {
this.responsiveOptions = [
{
breakpoint: '1024px',
@@ -240,7 +240,7 @@ Properties
showNavigators |
boolean |
- false |
+ true |
Whether to display navigation buttons in container. |
@@ -499,10 +499,10 @@ Dependencies
export class CarouselDemo {
products: Product[];
-
+
responsiveOptions;
- constructor(private productService: ProductService) {
+ constructor(private productService: ProductService) {
this.responsiveOptions = [
{
breakpoint: '1024px',
@@ -527,7 +527,7 @@ Dependencies
this.products = products;
});
}
-
+
}