Angular 10 Lightbox Working Tutorial

PHOTO EMBED

Thu Nov 25 2021 01:31:56 GMT+0000 (Coordinated Universal Time)

Saved by @sofiabedoy_96

<div *ngFor="let image of _albums; let i=index">
  <img [src]="image.thumb" (click)="open(i)" />
</div>
content_copyCOPY

https://therichpost.com/angular-10-lightbox-working-tutorial/