如何操作ngx-bootstrap框架的轮播多列表?

时间:2019-06-19 19:02:08

标签: angular carousel ngx-bootstrap

我有几个小时试图运行ngx-bootstrap多列表轮播,但是我无法使其正常运行。我要插入的一个是Multilist Single Offset,但请看它对我的显示方式,即只显示一张图像,不显示5,这就是它的显示方式:

enter image description here

我完成了所有这些步骤:

1)使用以下命令安装ngx-bootstrap:npm install ngx-bootstrap --save

2)将其添加到app.module.ts中:

import { CarouselModule } from 'ngx-bootstrap/carousel';

@NgModule({
  imports: [CarouselModule.forRoot(),...]
})

3)我在index.html中也有jquery,javascript和bootstrap4的CDN

我正在使用Angular,知道为什么它对我不起作用吗?我不明白我该怎么做。有人使用过这个框架吗?如果您能帮助我,我将不胜感激。

0 个答案:

没有答案