Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <ng-container *ngFor="let area of areas">
  2. <ng-container *ngIf="area.type === 'accordion-item'; else section">
  3. <mat-accordion>
  4. <accordion-item [item]="area"></accordion-item>
  5. </mat-accordion>
  6. </ng-container>
  7. <ng-template #section></ng-template>
  8. </ng-container>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement