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…
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…
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…
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
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…
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',
…
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
…
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…
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…