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

Angular Universal carousel

Results 150 ngu-carousel issues
Sort by recently updated
recently updated
newest added

Autoplay works fine in resolutions with screens greater 576px. When the screen is smaller, autoplay stops. No error is thrown. It can be reproduced in Chrome with responsive layout. Enlarging...

needs reproduction

Hello, Here is a StackBlitz : https://stackblitz.com/edit/ngu-carousel-ng6-dgas5v You can see that the `myCarousel.isLast` is not set to true, and there is some weird behaviors when you resize the window (so...

On the beta version you have removed ngucarousel-inner and added `overflow:hidden` to the whole carousel. This makes it impossible to position the navigation outside of the container if desired.

How to select with CSS not visible items on ngu-carousel? My items have shadow and user can see this shadow on the left/right of carousel. How can I remove this...

can someone help me how to resolve Generic type 'NguCarousel' requires 1 type argument(s) error? i try to use any instead of T, but it gives errors more. i want...

does this library can supply partial view on the side? like ![image](https://user-images.githubusercontent.com/8917429/46605715-2f144c80-cb03-11e8-9830-da0b69a5d779.png) thanks

Feature request

Is it possible to reset to the first 'slide' when dataSource has changed? I'm using dyanmic data (with tabs) and when I press the first tab that has 2 items...

Feature request

Hi, My config is { grid: { xs: 1, sm: 2, md: 4, lg: 4, all: 0 }, slide: 1, speed: 500, interval: 10 * 1000, point: { visible: true,...

the error is ``` core.js:1673 ERROR TypeError: Cannot read property 'context' of null at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._carouselAnimator (ngu-carousel.js:1273) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._carouselScrollTwo (ngu-carousel.js:1050) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._carouselScrollOne (ngu-carousel.js:993) at Array. (ngu-carousel.js:625) at Manager.emit (hammer.js:2519) at emit...

Why do we have to specify grid. Carousel should be auto calculating how many items should be shown based on screen size. The way it works now it is useless....