render gallery items

This commit is contained in:
2019-11-16 15:14:21 +01:00
parent 3022edb1e1
commit 73ea635ac1
11 changed files with 220 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
<div id="gallery" class="card-grid-300">
<pdb-gallery-item-view
*ngFor="let galleryItem of galleryItems" [data]="galleryItem">
</pdb-gallery-item-view>
</div>