popup not closing after save
so then i given dialog ref inside component then its working fine
so
constructor(private dialogRef: MatDialogRef<MyDialogComponent>){ }
closeDialog(){
this.dialogRef.close();
}
popup issue
popup not closing after save
so then i given dialog ref inside component then its working fine
so
constructor(private dialogRef: MatDialogRef<MyDialogComponent>){ }
closeDialog(){
this.dialogRef.close();
}
popup issue
https://github.com/dcyuksel/Result
No comments:
Post a Comment