mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-14 11:23:17 +02:00
f9481c9f6e
Refactoring lightbox
8 lines
369 B
HTML
8 lines
369 B
HTML
<gallery-lightbox #lightbox></gallery-lightbox>
|
|
<app-frame>
|
|
<div *ngIf="currentDirectory" *ngFor="let directory of currentDirectory.directories">
|
|
<gallery-directory *ngIf="directory" [directory]="directory"></gallery-directory>
|
|
</div>
|
|
<gallery-grid [directory]="currentDirectory" [lightbox]="lightbox" ></gallery-grid>
|
|
|
|
</app-frame> |