Any notification Observables will complete when the dialog closes. dialogRef.afterClosed().subscribe(result => { console.log(`Dialog result: ${result}`); ...
確定! 回上一頁