render gallery items
This commit is contained in:
5
pdb-js/src/app/gallery-view/gallery-view.component.html
Normal file
5
pdb-js/src/app/gallery-view/gallery-view.component.html
Normal 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>
|
||||
Reference in New Issue
Block a user