coreui / coreui-angular

CoreUI Components Library for Angular https://coreui.io/angular/docs/
https://coreui.io/angular/
MIT License
248 stars 146 forks source link

Side Menu when clicked open to new tab #181

Closed 32x0lf closed 1 year ago

32x0lf commented 1 year ago

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

32x0lf commented 1 year ago

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