Angular ng-bootstrap ngbNav 组件选项卡内容在导航选项卡单击时不显示

时间:2021-02-13 17:39:07

标签: angular ng-bootstrap angular10

我正在使用 ng-bootstrap 导航组件。如果我单击导航项更改活动选项卡正确但选项卡内容未显示。 我检查浏览器元素导航项的子类“导航链接活动”,就像这张图片

enter image description here

但是 tab-content 的子类“tab-pane淡入 ng-star-inserted”并且内容不显示

enter image description here

仅当我刷新页面默认活动选项卡内容的子类“选项卡窗格淡入淡出显示活动 ng-star-inserted” 显示这样

enter image description here

所以我不更改导航选项卡,因为显示和活动类不添加选项卡内容子类

1 个答案:

答案 0 :(得分:1)

我将 ng-bootstrap 版本从 8.0.0 更新到 9.0.0,问题解决了。他们在此版本中编辑了延迟加载事件。

https://github.com/ng-bootstrap/ng-bootstrap/issues/1584