Correction of typescript compilation
This commit is contained in:
@@ -35,6 +35,8 @@ export class ProfilEditionComponent implements OnInit {
|
||||
selectedFiles: FileList;
|
||||
currentFileUpload: File;
|
||||
progress: { percentage: number } = { percentage: 0 };
|
||||
modelError: string;
|
||||
result: string;
|
||||
|
||||
constructor(
|
||||
private profilEditionService: ProfilEditionService,
|
||||
|
||||
Reference in New Issue
Block a user