mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
improved coverage, type docs, removed startsWith option and general refactoring
This commit is contained in:
@@ -17,6 +17,9 @@ import { ListableObject } from '../object-collection/shared/listable-object.mode
|
||||
fadeInOut
|
||||
]
|
||||
})
|
||||
/**
|
||||
* Component to display a browse-by page for any ListableObject
|
||||
*/
|
||||
export class BrowseByComponent {
|
||||
@Input() title: string;
|
||||
@Input() objects$: Observable<RemoteData<PaginatedList<ListableObject>>>;
|
||||
|
Reference in New Issue
Block a user