création des 3 pages de profil

This commit is contained in:
MiharyR 2021-11-12 09:47:14 +01:00
parent ef5dd96747
commit 89e174a28d
25 changed files with 811 additions and 102 deletions

View file

@ -57,6 +57,8 @@ import { PopupUpdateUserComponent } from './user/myProfil/popup-update-user/popu
import { NavbarBeforeConnexionComponent } from './beforeConnexion/navbar-before-connexion/navbar-before-connexion.component';
import {MatRadioModule} from "@angular/material/radio";
import { InputInterestsComponent } from './user/myProfil/input-interests/input-interests.component';
import { PageProfilAdminComponent } from './admin/myProfil/page-profil-admin/page-profil-admin.component';
import { PopupUpdateAdminComponent } from './admin/myProfil/popup-update-admin/popup-update-admin.component';
@NgModule({
@ -96,6 +98,8 @@ import { InputInterestsComponent } from './user/myProfil/input-interests/input-i
PopupUpdateUserComponent,
NavbarBeforeConnexionComponent,
InputInterestsComponent,
PageProfilAdminComponent,
PopupUpdateAdminComponent,
],
imports: [
BrowserModule,