Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

abrir dialog angular material

openDialog() {
   const dialogRef = this.dialog.open(DialogContentEditEducation, {data: 
   idEnviado});

   dialogRef.afterClosed().subscribe(data => {//data llegando de respuesta 
   al cerrar el modal});
 }
Source by es.stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #abrir #dialog #angular #material
ADD COMMENT
Topic
Name
6+5 =