You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-05-16 09:21:12 +02:00
4 lines
156 B
HTML
4 lines
156 B
HTML
<h1>Gallery</h1>
|
|
<div *ngIf="directory" *ngFor="#photo of directory.photos" >
|
|
<gallery-photo *ngIf="photo" [photo]="photo" >a photo</gallery-photo>
|
|
</div> |