coreui/coreui-angular

Side Menu when clicked open to new tab

32x0lf opened this issue · 1 comments

Hi,

Is there a way on how to implement this to open in new tab when click in side bar menu?

INavData
{
name: 'Old Portal',
url: '_blank',
href: 'https://test.net/admin/',
attributes:{ target: '_blank'},
iconComponent: { name: 'cil-apps' },

},

when I click the side bar it will just open at the same tab and not in new tab.

Please advise.

Thank you

I have figured it out. Replacing url to url:'target:_blank' and the rest is the same. Thank you