Skip to content

Commit

Permalink
Doc update for #10264
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jun 4, 2021
1 parent 58a958c commit 3f405d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/showcase/components/carousel/carouseldemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h5>Responsive</h5>

<app-code lang="typescript" ngNonBindable ngPreserveWhitespaces>
export class CarouselDemo &#123;
constructor(private carService: CarService) &#123;
constructor(private carService: CarService) &#123;
this.responsiveOptions = [
&#123;
breakpoint: '1024px',
Expand Down Expand Up @@ -240,7 +240,7 @@ <h5>Properties</h5>
<tr>
<td>showNavigators</td>
<td>boolean</td>
<td>false</td>
<td>true</td>
<td>Whether to display navigation buttons in container.</td>
</tr>
<tr>
Expand Down Expand Up @@ -499,10 +499,10 @@ <h5>Dependencies</h5>
export class CarouselDemo &#123;

products: Product[];

responsiveOptions;

constructor(private productService: ProductService) &#123;
constructor(private productService: ProductService) &#123;
this.responsiveOptions = [
&#123;
breakpoint: '1024px',
Expand All @@ -527,7 +527,7 @@ <h5>Dependencies</h5>
this.products = products;
&#125;);
&#125;

&#125;
</app-code>

Expand Down

0 comments on commit 3f405d7

Please sign in to comment.