问题 I've tried using the Kendo UI DialogService to call up my own component in a dialog. The issue I'm having is in using custom actions for my dialog. Including an ng-template with custom buttons and actions somewhat defeats the purpose of using the dialogService and clutters my template with markup not directly related to it. I've tried using code like this: const saveAction = { text: 'Save', primary: true }; const cancelAction = { text: 'Cancel' }; const dialog = this.dialogService.open({