5 Answer(s)
- 
    0To download the source code for the LeptonX theme, including packages like @volosoft/ngx-lepton-x and @volo/ngx-lepton-x.core, you can use the ABP CLI: abp get-source Volo.Abp.LeptonXTheme- For the preview version, use:
abp get-source Volo.Abp.LeptonXTheme --preview
 You can also directly download a demo project with LeptonX from: - https://abp.io/api/download/samples/leptonx-demo
 For more details, see the official documentation: - https://abp.io/docs/latest/ui-themes/lepton-x/
 These methods will provide you with the source code for the LeptonX theme and its related Angular packages. Sources: - https://abp.io/docs/latest/ui-themes/lepton-x/
- https://abp.io/api/download/samples/leptonx-demo
 
 This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon. 
- For the preview version, use:
- 
    0abp get-source Volo.Abp.LeptonXTheme Cannot find the related source code import { LeptonXAbpCoreModule } from '@volo/abp.ng.lepton-x.core'; import { LpxModule, LpxOptions } from '@volosoft/ngx-lepton-x'; 
- 
    0did you download the source-code project and couldn't find angular code? 
- 
    0Yes, in earlier versions, the downloaded project included other source code I needed. However, in the latest version of the Angular project I downloaded, those source files are missing. 
- 
    0[rexhxiao] said: Yes, in earlier versions, the downloaded project included other source code I needed. However, in the latest version of the Angular project I downloaded, those source files are missing. Hi, you can use the abp add-package @volosoft/ngx-lepton-x --with-source-codecommand to add the package with the source code.
 
                                