I think you will have to use window.open(your_url, "_blank") in your ts file...
Alternatively, you can use < a > tag with target="_blank" to open the link in new window.
If still it is not working then need to check with the routing file as zdd suggested