1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/gallery.component.html

6 lines
254 B
HTML
Raw Normal View History

2016-03-20 23:54:30 +08:00
<h1>Gallery</h1>
2016-03-21 03:05:51 +08:00
2016-03-26 23:25:48 +08:00
<div *ngIf="currentDirectory" *ngFor="#directory of currentDirectory.directories" >
2016-03-21 03:05:51 +08:00
<gallery-directory *ngIf="directory" [directory]="directory" ></gallery-directory>
</div>
<gallery-grid [directory]="currentDirectory"></gallery-grid>