Add typedocs to RelatedEntitiesSearchComponent

This commit is contained in:
Art Lowel
2019-01-08 16:51:43 +01:00
parent 72fb18d92f
commit 16576a7791

View File

@@ -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 {
/**