<div *ngIf="Teams" *ngFor="let team of teams">
  <h2>{{ team.name }}</h2>
  <p>{{ team.description }}</p>
</div>