My code is utilizing Angular material and here is the HTML snippet:
<mat-card>
<mat-card-header *ngFor="let club of result[0]">
<mat-card-title>{{club.clubName}}</mat-card-title>
<mat-card-subtitle>Club</mat-card-subtitle>
</mat-card-header>
</mat-card>
I am aiming for this output: