Open jmacias54 opened 5 years ago
I Upload a new file, using a input type file , and recover de file and set the file into config code , but , I cant see the changes when de code is runing ,
this is my method :
configEditor(file: File) {
this.settings_config = { ImageName: file.name, AspectRatios: ["4:3", "16:9"], File: file , ImageType: file.type };
}
+1
I Upload a new file, using a input type file , and recover de file and set the file into config code , but , I cant see the changes when de code is runing ,
this is my method :
configEditor(file: File) {
}