Open Closed

ABP Suite - Module Menu Option Not Available #138


User avatar
0
wazbek created

Hi

I am not able to see the Modules menu item on the top nav bar when running ABP Suite. All I see is the CRUD Page Generator option. I would like to download the Angular source code to view the themes and customize the styling for our applications.

I am using the latest version of the ABP CLI (2.6.2).

Please can you help me sort this out or at least provide me with the command to be able to download the source on the command line.

I have tried abp get-source @volo/abp.ng.theme.lepton but get an error that the module is not found.

If this is not implemented for Angular modules yet can you please email me the source code.


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi @wazbek,

    To solve your problem seeing "modules" menu item, remove suite and install, run

    abp suite remove
    

    then

    abp suite install
    

    for the command line run,

    abp get-source Volo.LeptonTheme
    

    there's angular folder

  • User Avatar
    0
    wazbek created

    Thanks alper. I was able to download the source code

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