I have an angular 5 component that needs to open a link in new tab, I tried the following:
page link>
Try this:
window.open(this.url+'/create-account')
No need to use '_blank'. window.open by default opens a link in a new tab.
'_blank'
window.open