mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
8 lines
180 B
HTML
8 lines
180 B
HTML
<div [class.change-gallery]="isAuthenticated$ | async">
|
|
<ngx-gallery
|
|
class="ngx-gallery"
|
|
[options]="galleryOptions"
|
|
[images]="galleryImages"
|
|
></ngx-gallery>
|
|
</div>
|