Questions tagged [ngu-carousel]

Angular universal carousel; to be used with Angular 2+

Angular universal carousel; to be used with Angular 2+;

link: https://www.npmjs.com/package/@ngu/carousel

9 questions
3
votes
1 answer

ngModuleType.ngModuleDef.id is undefined - Angular 8 issue when importing NguCarousel module

When I try and import the NguCarousel module, my app breaks because ngModuleType.ngModuleDef is undefined. If I comment out the import of NguCarousel module, the app works fine. I've tried changing versions of the package but no luck. Currently I…
roonz11
  • 795
  • 1
  • 13
  • 24
3
votes
1 answer

dragging-issue carousel-item with dropdown in Firefox

i have an issue within my Angular7 application using the NguCarousel (uses HammerJS). The carousel works as intended for displaying complex elements, until I add a html-select element in the carousel items. Problem: When clicking the select the…
Terry Storm
  • 497
  • 3
  • 14
2
votes
1 answer

Avoid duplicate items in Ngu Carousel?

I'm using the @ngu/carousel library to build dynamic carousels on my Angular app, the issue is that each item inside the carousel container is being duplicated, this causes the first item to show twice when I don't have enough items to fill one…
1
vote
2 answers

Angular: How to have dynamic start of carousel with @ngu/carousel library

I have a requirement to start a carousel to start with a dynamic index, not from 0. Do we have any npm package, support for Angular 4 or above . @ngu/carousel is already use, myCarousel.moveTo() doesn't seem to work for this senario
soniya
  • 11
  • 3
1
vote
1 answer

Dynamically generated carousel slides using Angular and ngu-carousel

I'm trying to create a carousel using ngu-carousel Angular module but I'm having trouble setting it up so that the carousel slides are dynamically generated from an array of objects. Based on the examples I've seen of this module in use, each slide…
Tim
  • 441
  • 6
  • 16
0
votes
0 answers

Not able to update ngu-carousel data in angular

This is My Component import { Component, OnInit } from '@angular/core'; import { NguCarouselConfig } from "@ngu/carousel"; import { ContestService } from 'src/app/core/services/contest.service'; @Component({ selector: 'app-contests', …
Surendra
  • 1
  • 1
  • 2
0
votes
1 answer

nguCarousel slider not working properly on touch without using prev or next button Angular

I have used ngu-carousel there are more than 100 data items in that user is trying to slide using touch it is not sliding smoothly getting issue, I want to use it without next and prev button because mobile screen is small myapp.ts file …
Natesh
  • 331
  • 1
  • 4
  • 15
0
votes
1 answer

Ngu-Carousel Angular 7: Try to import data from json

I'm trying to import data from json and display it using ngu-carousel. I can display it correctly however it shows this error. length of undefined Then after I try to click on the button previous/next, it shows this error. innerHTML of…
Rocky
  • 3
  • 1
0
votes
0 answers

conflict with ngu-carousel and ng-bootsrap modal

the interfaceI implemented ngu-carousel in angular 8 to display a list of components, at the same page I have an ng-bootstrap modal component with displays at the page load . when i integrated the ngu-carousel the modal don't displays on page load…
chedli chris
  • 23
  • 1
  • 2
  • 7