material2-carousel
material2-carousel copied to clipboard
A carousel component for Angular using Material
Scenario: 1. I have multiple slides with buttons on them. 2. On click of that button it should jump/navigate to specified slide.
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,...
Hello, if there is a vertical scroll inside carousel item and user starts vertical scrolling - carousel horizontal scroll occurs.
fix for (b) of #25
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...
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....
how to change sliding animation effect int carousel
```html {{slidesListDtls[i].title}} {{slidesListDtls[i].description}} Skip Next arrow_forward ``` 
**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...