ng2-ui / popup

Angular2 Modal Directive
https://ng2-ui.github.io/#/popup
MIT License
11 stars 7 forks source link

How to use popup in another popup #3

Closed chandandas closed 7 years ago

chandandas commented 7 years ago

Hi,

I have app component, where i have used ng2-popup directive to open a popup using ComponentA.

Now i need to open another popup called ComponentB from ComponentA. I tried but it replaces ComponentA with ComponentB which does not work in my scenario.

Ex: I open a popup Employer Component and then i have a button, clicking on it should show list Employees. How can i do this?

Can anyone help me here!!!

allenhwkim commented 7 years ago

Thanks for asking, but this feature is not supported, and I highly do not recommend to open a popup inside a popup.