我尝试用角度10实现轮播,但这是行不通的。
首先,我遵循以下文档:[https://valor-software.com/ngx-bootstrap/#/documentation] [1]
所以我首先运行:db.translations.find(({"operator":ObjectId('5c938b96786ca358570d5d61'),"language":ObjectId('5c938b96786ca358570d5d64'), "key":{$in:[here it's cuts it give me only 82 element and I need to query more than 600 elements my elements are string])
第二秒钟我放在:ng add ngx-bootstrap
在app.module.ts中
比我投入的{ CarouselModule } from 'ngx-bootstrap/carousel';
它不起作用。播出错误:显示CarouselModule.forRoot(), in @NgModule({ imorts: [] })
有人可以帮忙吗!