showInDirectory, loggingInterceptor, conditional Views props & profs

This commit is contained in:
2025-03-03 19:53:43 +01:00
parent d8c48bf58a
commit e37613ffa0
11 changed files with 52 additions and 20 deletions

View File

@@ -56,6 +56,7 @@
>Businesses</a
>
</li>
@if ((numberOfCommercial$ | async) > 0) {
<li class="me-2">
<a
(click)="changeTab('commercialProperty')"
@@ -68,6 +69,8 @@
>Properties</a
>
</li>
}
@if ((numberOfBroker$ | async) > 0) {
<li class="me-2">
<a
(click)="changeTab('broker')"
@@ -80,6 +83,7 @@
>Professionals</a
>
</li>
}
</ul>
</div>
} @if(aiSearch){