Commit 9207856a authored by huriarte's avatar huriarte

Mensaje Prueba

parent f2c5f4ea
......@@ -84,6 +84,7 @@ export class CaGeneralInformationComponent implements OnInit {
this.formGroup.controls['imageAvatar'].setValue(reader.result as string);
};
reader.readAsDataURL(event[i]);
console.log("Imagen cargada");
/*
this.files.push({
data: event[i], state: 'in',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment