Back to Angular

Search History.Component

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

22.0.0-next.10369 B
Original Source

{{ type === 'recent' ? 'history' : 'star' }} @if (item.subLabelHtml) { arrow_right }@let items = history.items(); @if (items.recent.length) {

Recent

@for (item of items.recent; track item.id; let idx = $index) { - star close } } @if (items.favorite.length) {

Favorite

@for (item of items.favorite; track item.id; let idx = $index) { - close } }