Skip to content
Snippets Groups Projects
search-page.component.html 193 B
Newer Older
<div class="search-page">
    <ds-search-form (formSubmit)="updateSearch($event)" [query]="query"></ds-search-form>
    <ds-search-results [searchResults]="results"></ds-search-results>
</div>