ngx-image-editor icon indicating copy to clipboard operation
ngx-image-editor copied to clipboard

How I can sent a new file or update new config ?

Open jmacias54 opened this issue 5 years ago • 1 comments

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
};

}

jmacias54 avatar Nov 22 '18 01:11 jmacias54

+1

AhmedNourJamalElDin avatar Mar 05 '19 13:03 AhmedNourJamalElDin