Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Abrir dialog angular materia

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 #materia
ADD COMMENT
Topic
Name
8+6 =