hggeorgiev / ngx-image-editor

Awesome image editor for Angular 6
MIT License
72 stars 36 forks source link

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

Open jmacias54 opened 5 years ago

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

}

AhmedNourJamalElDin commented 5 years ago

+1