Skip to content
Snippets Groups Projects
Commit 16576a77 authored by Art Lowel's avatar Art Lowel
Browse files

Add typedocs to RelatedEntitiesSearchComponent

parent 72fb18d9
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment