Currently, I am working on a project using Angular 4 where I have implemented nested accordions. I am facing an issue while trying to dynamically bind the accordion content from an API response in JSON format.
Although I am able to successfully bind the accordion headers, the inner options are not getting bound as expected.
I am uncertain whether the binding is successful but the accordions are not opening, or if the data is simply not being bound at all.
For reference, here is a working example with static values:
https://stackblitz.com/edit/angular-9cuvb9?file=app%2Fapp.component.html
However, when attempting dynamic binding (with the mentioned issue), the problem persists:
https://stackblitz.com/edit/angular-bootstrap-carousel-dynamic2-jwb2zj?file=app/app.component.html
If anyone can assist me in resolving this issue, it would be greatly appreciated.