Hi,
I want to use ejs Dialog in my Angular 8 project.
Currently I am using NgbModal.
My requirement is I want to pass dynamic components to dialog through TS and also return args after closure of dialog.
for example : this.dialog.show(myCustomComponent, injector) and this.dialog.close(args).
Is this feature available with syncfusion dialog ?
Best Regards,
Ankit Pathak