mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
Add typedocs to RelatedEntitiesSearchComponent
This commit is contained in:
@@ -9,6 +9,11 @@ import { of } from 'rxjs/internal/observable/of';
|
||||
selector: 'ds-related-entities-search',
|
||||
templateUrl: './related-entities-search.component.html'
|
||||
})
|
||||
/**
|
||||
* A component to show related items as search results.
|
||||
* Related items can be facetted, or queried using an
|
||||
* optional search box.
|
||||
*/
|
||||
export class RelatedEntitiesSearchComponent implements OnInit {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user