app.component.html 123 Bytes
Newer Older
Natthaphong Malaphan's avatar
Natthaphong Malaphan committed
1 2 3
<div>
  <img *ngFor="let lecturer of lecturers" class="avatar" [src]="baseurl+lecturer.image" [alt]="lecturer.name">
</div>