material2-carousel icon indicating copy to clipboard operation
material2-carousel copied to clipboard

A carousel component for Angular using Material

Results 36 material2-carousel issues
Sort by recently updated
recently updated
newest added

Scenario: 1. I have multiple slides with buttons on them. 2. On click of that button it should jump/navigate to specified slide.

question

I want to reset the slider once I delete any slide from the slider

When I'm including CarouselComponent on MainPage of the project, it is just freeze everything. Server is not responding. There is no any warning in Node.js console. But it works fine,...

bug
needs investigation

Hello, if there is a vertical scroll inside carousel item and user starts vertical scrolling - carousel horizontal scroll occurs.

bug
needs investigation

I added the carousel to my angular 8 app, and it works great, except I noticed that the images do not appear until I mouse over a slide. Instead it...

bug
needs investigation

can we have contents loaded when the slide is rendered? for example, I am loading .mov file in each slide, the animation starts playing when the entire component is loaded....

enhancement

how to change sliding animation effect int carousel

enhancement
help wanted

```html {{slidesListDtls[i].title}} {{slidesListDtls[i].description}} Skip Next arrow_forward ``` ![Git_Issue](https://user-images.githubusercontent.com/57669373/68673191-24837c80-0579-11ea-90fa-cdc1b813a2b8.jpg)

needs investigation

**Conditions:** 1. A carousel is partially hidden due to page scroll position, but the indicators are still visible. 2. User clicks on an indicator. **Expected:** - Carousel jumps to the...

enhancement