Back to Angular

Search Dialog.Component

adev/shared-docs/components/search-dialog/search-dialog.component.html

22.0.0-next.10548 B
Original Source

@if (searchResults().length) { @for (result of searchResults(); track result.id) { -

{{ result.type === 'code' ? 'code' : 'description' }} @if (result.package) { }

@if (result.subLabelHtml) {

grid_3x3

} @if (result.contentHtml) {

}

{{ result.category }}

} } @else if (history.hasItems() && !this.searchForm().value().length) { } @else { @if (!resultsResource.hasValue()) { Start typing to see results } @else if (searchResults().length === 0) { No results found } }

  • to select
  • to navigate
  • to close

Search by