如何根据我们在 angular 中单击的按钮更改 ngb Accordion 的 activeIds

how to change activeIds of ngb Accordion based on the button we click in angular

我正在另一个组件的模式中实现 ngbAccordion。当我点击按钮 1 时,我的手风琴模式应该弹出,打开“Acc1”选项卡,与按钮 2 类似。

谁能帮帮我。请找到我的代码。

https://stackblitz.com/edit/github-6r9hfp-k7upwx?file=src%2Fapp%2FaccordionInModal%2Facc-in-modal.component.html

答案已更新:刚刚对 panelId 使用了 @Input 指令。请在这里找到它: https://stackblitz.com/edit/github-6r9hfp-k7upwx?file=src%2Fapp%2Fapp.component.ts