Hi Everyone,

I'm able to show a pop up and able to read the form data on submit in Modal 
Pop up.

But here in pop up I've a file upload control and on submit button click 
How to read the file.

const dialogRef = this.dialog.open(DialogTemplateEditComponent,
{ width: '750px', data: this.data.data });
dialogRef.afterClosed().subscribe(result => {
this.dialogOutput = result;
dialogRef.close();
});

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to