Hi,
screen1 showing that dynamic component which is containing ejs-dialog is created on fly:
Dynamic component (html part):
browser console part which showing repeatedly adding ejs-dialog part:
Why i am trying this:
We required a confirmation box through out the application.So i am creating a component which contains ejs-dialog on fly using component resolver and destroying after
closing it.For any component other than dialog is removed from DOM ,or atleast not appending to DOM.
Thank you.