s1eepercat
3/13/2020 - 8:55 AM

Angular: let a of a; index as i; passing params to an input child

    <app-expandable-panel *ngFor="let topic of questions; index as i;" [summary]="topic.question"
        [content]="topic.answer" [open]="topic.open" (click)="expandPanel(i)">
    </app-expandable-panel>