dialogService.open(CustomComponent, true, 'some-css-class'); this.dialogService.open(CustomComponent).subscribe(result => { ... }); ...
確定! 回上一頁