I have a product detail page. On this page I have button to open a dialog, on this dialog I have ej-pdfviewer to display a pdf content to allow user edit .
In the first time I open dialog then ej-pdfviewer work faster but after I open and close dialog many time then ej-pdfviewer work slowly, it take 1 second to input a value.
How can I resolve this issue?
I'm using angular 11 and Material Dialog
Thanks