简体   繁体   中英

how can I operate the carousel multilist of the ngx-bootstrap framework?

I have hours trying to run the ngx-bootstrap multilist carousel but I can not make it work. the one I'm trying to insert is specifically the Multilist Single Ofset, but see how it appears to me, that is, it only shows me an image, it does not show me 5, that's how it shows me:

enter image description here

I did all these steps:

1) Install ngx-bootstrap with:: npm install ngx-bootstrap --save

2) add this in the app.module.ts:

 import { CarouselModule } from 'ngx-bootstrap/carousel'; @NgModule({ imports: [CarouselModule.forRoot(),...] }) 

3) I also have the cdn of jquery, javascript, and bootstrap4 in the index.html

I'm working with Angular, any idea why it does not work for me? I do not understand what I can be doing wrong. Has anyone already used this framework? I would be very grateful if you help me.

I'm facing the same prob. For multi-list it only displays the first image, others remain hidden, can anyone help, please?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM