mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
6 lines
254 B
HTML
6 lines
254 B
HTML
<h1>Gallery</h1>
|
|
|
|
<div *ngIf="currentDirectory" *ngFor="#directory of currentDirectory.directories" >
|
|
<gallery-directory *ngIf="directory" [directory]="directory" ></gallery-directory>
|
|
</div>
|
|
<gallery-grid [directory]="currentDirectory"></gallery-grid> |