angular: New tab opened with target="_blank" is throwing HTTP Status 404 error

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 18 (8 by maintainers)

Most upvoted comments

Thank you all for your inputs.

I finally found a solution to my issue by setting { useHash: true }. I don’t know why it doesn’t work when useHash property of router module is not set to true. I believe it should work in both ways.