homepage overhault, aiService 1. try
This commit is contained in:
@@ -7,28 +7,13 @@
|
||||
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
<!-- <p-confirmDialog #cd>
|
||||
<ng-template pTemplate="headless" let-message>
|
||||
<div class="flex flex-column align-items-center p-5 surface-overlay border-round">
|
||||
<span class="font-bold text-2xl block mb-2 mt-4">
|
||||
{{ message.header }}
|
||||
</span>
|
||||
<p class="mb-0">{{ message.message }}</p>
|
||||
<div class="flex align-items-center gap-2 mt-4">
|
||||
<button pButton label="OK" (click)="cd.accept()" size="small"></button>
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</p-confirmDialog> -->
|
||||
<!-- </div> -->
|
||||
|
||||
@if (loadingService.isLoading$ | async) {
|
||||
<!-- @if (loadingService.isLoading$ | async) {
|
||||
<div class="spinner-overlay">
|
||||
<div class="spinner-container">
|
||||
<!-- <p-progressSpinner></p-progressSpinner> -->
|
||||
<div class="spinner-text" *ngIf="loadingService.loadingText$ | async as loadingText">{{ loadingText }}</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
} -->
|
||||
<app-message-container></app-message-container>
|
||||
<app-search-modal></app-search-modal>
|
||||
|
||||
Reference in New Issue
Block a user