简体   繁体   English

缺少 Angular @nebular/theme 版本 3.6.1 NbAccordionModule?

[英]Angular @nebular/theme version 3.6.1 NbAccordionModule missing?

I'm a bit new in Nebular theming so when I install @nebular/theme 3.6.1 version, NbAccordionModule module is missing.我对星云主题有点陌生,所以当我安装 @nebular/theme 3.6.1 版本时,缺少 NbAccordionModule 模块。 I wonder how can I use the accordion component ?我想知道如何使用手风琴组件?

I checked the link https://akveo.github.io/nebular/3.6.1/docs/components/accordion/overview#nbaccordioncomponent and there should have NbAccordionModule module.我检查了链接https://akveo.github.io/nebular/3.6.1/docs/components/accordion/overview#nbaccordioncomponent并且应该有 NbAccordionModule 模块。

If anyone has already facing or solving the same issue, I would appreciate your answer.如果有人已经面临或解决了同样的问题,我会很感激你的回答。 Thanks谢谢

Import your NbAccordionModule in @NgModule.在@NgModule 中导入您的 NbAccordionModule。 and then use for component accordion.然后用于组件手风琴。

imports: [ NbAccordionModule ]进口:[ NbAccordionModule ]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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