I am working on angular and as per requirements, I am following below steps:
- Click on let's say x button, a new child window opens up.
- Now while it is still loading, I click on x button again.
- This time it should take me to already opening child window, but it is opening a new window, so now I have 2 same windows opening.
Can anyone help me with this issue.
I tried several options mentioned with window.open() and it parameters but that didn't work.