Skip to content
Snippets Groups Projects
browse-by-title-page.component.html 397 B
Newer Older
<div class="container">
  <div class="browse-by-title w-100 row">
    <ds-browse-by class="col-xs-12 w-100"
      title="{{'browse.title' | translate:{collection: '', field: 'browse.metadata.title' | translate, value: ''} }}"
      [objects$]="items$"
      [currentUrl]="currentUrl"
      [paginationConfig]="paginationConfig"
      [sortConfig]="sortConfig">
    </ds-browse-by>
  </div>
</div>