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)
-
0
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 -
0
Thanks alper. I was able to download the source code