home.component.html 165 Bytes
<div class="container">
  <h1 class="title">
    <img *ngFor="let lecturer of lecturers" class="avatar" [src]="lecturer.image" [alt]="lecturer.name">
  </h1>
</div>