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

Hi, We were trying to update the package from version 2.1.0 to a version 3.0.2. by changing the package.json to `@ngu/carousel": "^3.0.2"` and running `npm update @ngu/carousel`. We got this...

``` core.js:6185 ERROR TypeError: Cannot read property 'template' of undefined at ngu-carousel.js:215 at DefaultIterableDiffer.forEachOperation (core.js:28173) at NguCarousel.renderNodeChanges (ngu-carousel.js:210) at SafeSubscriber._next (ngu-carousel.js:202) at SafeSubscriber.__tryOrUnsub (Subscriber.js:183) at SafeSubscriber.next (Subscriber.js:122) at Subscriber._next (Subscriber.js:72)...

Hi there, is it possible to perform a standard zoom using the mobile gesture of zooming in with two fingers? At the moment I can only swipe but not zoom....

**Details:** I tried to run NGU carousel demo provided in documentation, but i wasn't able to run with default configurations. Error i encountered is given below `ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression...

Hi, guys, i have no other place to ask and share my experience. Our project has mat-angular + ngBootstrap ui libs connected. And none of them has a solution for...

bug
doc

The carousel works very well on desktop, however on mobile devices the swipe animation is somewhat jerky: there's a short delay between when you raise your finger after you slide...

Currently on touch devices, if I swipe, I get the next slide (or the next page of slides if there are multiple). Instead, I would like a way to just...

Hey, guys! I'm gettin this error with angular 10 strict mode: ![image](https://user-images.githubusercontent.com/55554505/97999289-bef35600-1db0-11eb-98a9-43c0c0848152.png) Any workaround for this?