|
|
@ -36,10 +36,8 @@ |
|
|
|
</button> |
|
|
|
} |
|
|
|
</div> |
|
|
|
<div |
|
|
|
*ngIf="searchFormControl.value" |
|
|
|
class="overflow-auto py-2 result-container" |
|
|
|
> |
|
|
|
@if (searchFormControl.value) { |
|
|
|
<div class="overflow-auto py-2 result-container"> |
|
|
|
@if (searchResults?.quickLinks?.length !== 0 || isLoading.quickLinks) { |
|
|
|
<div class="mb-2"> |
|
|
|
<div class="font-weight-bold px-3 text-muted title" i18n> |
|
|
@ -67,7 +65,9 @@ |
|
|
|
</div> |
|
|
|
} |
|
|
|
<div> |
|
|
|
<div class="font-weight-bold px-3 text-muted title" i18n>Holdings</div> |
|
|
|
<div class="font-weight-bold px-3 text-muted title" i18n> |
|
|
|
Holdings |
|
|
|
</div> |
|
|
|
@for ( |
|
|
|
searchResultItem of searchResults?.holdings; |
|
|
|
track searchResultItem |
|
|
@ -123,6 +123,7 @@ |
|
|
|
</div> |
|
|
|
} |
|
|
|
</div> |
|
|
|
} |
|
|
|
</div> |
|
|
|
<form [formGroup]="filterForm"> |
|
|
|
@if (!searchFormControl.value) { |
|
|
|