refacto page mon profile

This commit is contained in:
styve Lioumba
2025-11-15 17:30:09 +01:00
parent 620b781219
commit b669190bce
29 changed files with 1702 additions and 743 deletions

View File

@@ -3,8 +3,8 @@ import { SearchComponent } from '@app/shared/features/search/search.component';
import { VerticalProfileListComponent } from '@app/shared/components/vertical-profile-list/vertical-profile-list.component';
import { UntilDestroy } from '@ngneat/until-destroy';
import { ProfileFacade } from '@app/ui/profiles/profile.facade';
import {LoadingComponent} from "@app/shared/components/loading/loading.component";
import {Router} from "@angular/router";
import { LoadingComponent } from '@app/shared/components/loading/loading.component';
import { Router } from '@angular/router';
@Component({
selector: 'app-profile-list',