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

In my app I can remove an item in the carousel by pressing a button in the item. When I remove the item, focus is simply instantly set to the...

I can not access the last item on the right (at least in xs resolutions). I configured the carousel xs grid with two elements and the slide to move in...

```html ``` ```json { "speed": 400, "easing": "ease", "point": { "visible": false }, "touch": true, "loop": false, "grid": { "xs": 3, "sm": 3, "md": 3, "lg": 5, "all": 0 },...

I am sorry, that might not be a bug, but i am stucked :( Was trying to google or find more info on that problem for 2 days. I have...

bug
good first issue

Hello all, My pull request #318 is about accessibility. Your carousel is not compatible with the order applied by browsers during keyboard navigation. PR only modifies the previous button placement...

Hi everybody, I am facing `A dynamic import callback was not specified ` issue when running test using jest. Environment: - Angular 10 - Tyescript 4.0.2 - Jest 26.5.2 ![image](https://user-images.githubusercontent.com/7072285/95452535-ad618e80-0969-11eb-8788-035ac2364791.png)

Can I set more than 1 item in vertical option?

ERROR in The target entry-point "@ngu/carousel" has missing dependencies: - hammerjs

Hello, I know this package is supposed to be used with images and I would appreciate your help. In the first slide the elements inside `` are rendered normally ![image](https://user-images.githubusercontent.com/59918011/89814413-00ba8a80-db3b-11ea-93dc-0207cd7abb8c.png)...

needs reproduction