Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Dialogs that are initially not visible canot be resized.
<ejs-dialog [visible]="false" ...>
When trying to pull the resize handle, you'll get the following exception in the error log
ERROR TypeError: e.trigger is not a function
at DialogComponent.o.onResizeStart (spinner.js:45)
at HTMLDivElement.X (spinner.js:45)
Steps to Reproduce:
Click on "Edit in Stackblitz"
In "app.component.ts" change line 32 to
public visible: Boolean = false;
Open the dialog and try to resize. It will not work.