Open Closed

role selection into angular #6378


User avatar
0
jalalonagh created

hi i want to make role selectable by user into abp/angular side . user can see menus and items only for your selected role. i want to make dropdown menu for user roles top of navigation menu for select . menu list will be change after change role selection.

how i can do it into abp commercial angular project ?


1 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    You need to create a new page. Add the menu. Write the your logic. We can provide the repositoryies about account and role. ABP is a develoment framework. We provide some UIs but it like example. It can extentible but most custom logic, you should create your own pages.

    You can download the source code and customize and use them as new component/page or you can add source code in your local and replace with compiled. it is not best case because you can't get updates about the packages. because it is connected your local version. https://docs.abp.io/en/commercial/latest/abp-suite/source-code#:~:text=Adding%20a%20Module%20With%20Source%20Code&text=All%20you%20have%20to%20do,the%20source%20code%20from%20GitHub.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11