ng-content-carousel

Showing items 1 to 1 of 7

    <ng-content-carousel 
>
  // We recomend you using "contentCarouselItem" as a container
  <div contentCarouselItem style="width: 200px;">
    <div>
      Content of item 1...
    </div>
  </div>

  //More items...

</ng-content-carousel>
  

transition

Enables or disables slide transition animation.

advanceMode

Defines how the carousel advances.

arrowStyle

Sets the arrow appearance.

hideArrowsOnEdges

Hides navigation arrows when at the first or last slide.

hideArrowsWhenNoOverflow

Hides arrows if all items fit within the carousel width. (Force it with the option below)

Force no overflow

Force no overflow to hide arrows when content fits

lang

Defines the language for built-in ARIA labels.

customAria

Provides custom ARIA labels to override default accessibility text.