Skip to content
Snippets Groups Projects
Unverified Commit b001634a authored by Arthur Guédon's avatar Arthur Guédon Committed by GitHub
Browse files

Donnees personnelles (#42)

* adds support for personnal data

* modifie le form pour inclure la nationalité

* supprime le champ section et ajoute la liste des etablissements

* adapts for user

* adds validation and connects to students api for personnal data

* adds classType field and rgpd info

* corrects scholarships

* removes signup file tab

* minor presentation changes

* deletes random console.log

* changes upload component declarations
parent f55c7237
Branches
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ import { HttpClientModule } from '@angular/common/http' ...@@ -28,7 +28,7 @@ import { HttpClientModule } from '@angular/common/http'
BrowserAnimationsModule, BrowserAnimationsModule,
MatProgressBarModule, MatProgressBarModule,
], ],
declarations: [UploadComponent, ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent], declarations: [ ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent],
exports: [UploadComponent], exports: [UploadComponent],
providers: [UploadService], providers: [UploadService],
entryComponents : [ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent] entryComponents : [ParentalAuthDialogComponent,ImageRightsDialogComponent,StudentChartDialogComponent]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment