mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
9 lines
301 B
HTML
9 lines
301 B
HTML
<ng-container *ngIf="(community$ | async) as community">
|
|
<ds-community-page-sub-community-list
|
|
[community]="community">
|
|
</ds-community-page-sub-community-list>
|
|
<ds-community-page-sub-collection-list
|
|
[community]="community">
|
|
</ds-community-page-sub-collection-list>
|
|
</ng-container>
|