I would like to add a link for a dropdown coded using nb-action loaded from the controller.
I tried adding routerLink or link in the paramas but no luck.
userMenu = [{ title: 'Profile' }, { title: 'Log out' , link: '/login'}];
Coding at angular6, using ngx-theme and nebular
i found the answer in other page but in short it is this way.
I hope it helps you, regards. The documentation is very little