Correction of typescript compilation

This commit is contained in:
2018-09-04 22:01:33 +02:00
parent 5b0a059c0e
commit 8c31a85867

View File

@@ -35,6 +35,8 @@ export class ProfilEditionComponent implements OnInit {
selectedFiles: FileList; selectedFiles: FileList;
currentFileUpload: File; currentFileUpload: File;
progress: { percentage: number } = { percentage: 0 }; progress: { percentage: number } = { percentage: 0 };
modelError: string;
result: string;
constructor( constructor(
private profilEditionService: ProfilEditionService, private profilEditionService: ProfilEditionService,