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

![Screen Shot 2019-04-04 at 4 50 42 PM](https://user-images.githubusercontent.com/38284531/55552047-e1ffe480-56f9-11e9-98be-901578650340.png) I do not want to show the prev and next buttons like above when my carousel items are visible within viewport. The...

needs reproduction

If you have an iPad/tablet and for example you have 3 images in carousel. In portrait view you just show one and you have to slide to see the next...

bug
accepting-prs

https://github.com/sheikalthaf/ngu-carousel/issues/81#issuecomment-421591455

CarouselComponent.html:1 ERROR TypeError: Cannot read property 'length' of undefined at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._carouselPoint (ngu-carousel.js:700) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._storeCarouselData (ngu-carousel.js:672) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._carouselSize (ngu-carousel.js:844) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel._inputValidation (ngu-carousel.js:445) at NguCarousel.push../node_modules/@ngu/carousel/fesm5/ngu-carousel.js.NguCarousel.ngAfterViewInit (ngu-carousel.js:393) at callProviderLifecycles (core.js:9567) at callElementProvidersLifecycles (core.js:9541)...

question

Infinite loop is possible for banners slider?

Feature request

Add semantic release to automate the release. Use github action for semantic release.

enhancement

I noticed that there is a memory leak problem using ngu-carousel. When i switch from one component from another componet, the componet that contains ngu-carousel could never be garbage collected....

bug:component

The link to changelog.md file is broken https://github.com/sheikalthaf/ngu-carousel/blob/master/CHANGELOG.md

This code creates an additional card for each item in the datasource input. If I remove the ng-container it is fine. ``` navigate_before navigate_next ```

bug:component
needs reproduction

h2.Background: I am using ngu-carousel in my angular app, and is working brilliantly, but now the problem that I am facing is to stop sliding when touched/clicked. h3.Use Case I...

touch:bug