问题
application works fine in the localhost, but after deployment, page loads which is given with the router links, but on click of a button, the router is loaded in other tab using window.open(), so after deployment i am not able to load the page which is opened using window.open().
Any help appreciated.
来源:https://stackoverflow.com/questions/60089673/angular-8-deployment-issue-not-opening-the-router-when-passed-via-window-open-in