Answer the question
In order to leave comments, you need to log in
How to solve the problem with opening a second window?
Good afternoon. I installed such a transition when I clicked on the button.
But the trick is that instead of opening a new window with this address, the main page window opens. For some reason it works on localhost:4200 but not on the domain. What could be the reason, I already removed the canActivate routan, it's still such crap.
window.open('/product', '_blank')
Answer the question
In order to leave comments, you need to log in
Write the full url instead of "/product". For example, window.open(" https://www.google.com/product ", "_blank")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question