While looping API response in accordion menu data missing in Angular4

前端 未结 3 723
野性不改
野性不改 2021-01-25 19:39

I am tying to bind the api response (json) in accordion menu ,Here everything is working fine but in accordion I have category,group and subgroup .

In category there is

3条回答
  •  旧巷少年郎
    2021-01-25 20:25

    Your *ngFor directive is on the wrong element. Please look at the updated StackBlitz snippet:

    https://stackblitz.com/edit/angular-bootstrap-carousel-dynamic2-ptkgdm?file=app/app.component.html

提交回复
热议问题