improved coverage, type docs, removed startsWith option and general refactoring

This commit is contained in:
Kristof De Langhe
2018-08-09 12:37:09 +02:00
parent 883a1d8881
commit 072507b293
13 changed files with 74 additions and 90 deletions

View File

@@ -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>>>;