文章分類/Infragistics
您可以使用 IgxDialog 的 open 方法開啟 IgxDialog。
openDialog(dialog: IgxDialogComponent) { // ダイアログを開く dialog.open(); }