Angular ABP - Open menu item in new tab instead of same tab #23607
Unanswered
joao-pedro-de-oliveira-souza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using ABP.io Angular UI and I have all my routes defined in route.provider.
By default, when I click on a menu item, the component overrides the current tab.
I would like to change this behavior so that each menu item opens in a new browser tab instead.
Example of my route config:
{
path: '/',
name: '::Menu:Home',
iconClass: 'fas fa-home',
order: 0,
layout: eLayoutType.application,
}
Beta Was this translation helpful? Give feedback.
All reactions