You can just change data of the component instance, like this:
this.dialogRef.componentInstance.data = {numbers: value};
Example here:
https://stackblitz.com/edit/angular-dialog-update
You can just change data of the component instance, like this:
this.dialogRef.componentInstance.data = {numbers: value};
Example here:
https://stackblitz.com/edit/angular-dialog-update