Hello,
We noticed that the Angular source code for Volo.CmsKit (@abp/ng.cms-kit) and Volo.CmsKit.Pro (@volo/abp.ng.cms-kit-pro) cannot be downloaded through ABP Studio. For Volo.CmsKit, only a placeholder project is available, and Volo.CmsKit.Pro does not appear at all when the source code is downloaded. We checked this on versions 10.0.1 and 10.6.0.
Thank you for your attention.
4 Answer(s)
-
0
ABP Studio’s “Download source code” feature does not download the Angular npm package sources for modules like CmsKit / CmsKit.Pro as
@abp/ng.cms-kitand@volo/abp.ng.cms-kit-proin the way you expect. That’s why you see:- a placeholder for
@abp/ng.cms-kitand - nothing for
@volo/abp.ng.cms-kit-pro.
- a placeholder for
To get the Angular package sources, download the module source code itself (server-side module package), because ABP delivers the related Angular package sources inside the module’s source bundle under an
Angularfolder.- Use ABP Studio / ABP Suite → Modules screen to download the module source; or
- Use the CLI:
abp get-source Volo.CmsKit abp get-source Volo.CmsKit.ProAfter download, check the extracted module folder for an
Angulardirectory; that is where the sources for the corresponding Angular packages are included.If you previously downloaded and it’s missing files, clear the local cached zip(s) and retry download (same approach documented for other commercial Angular packages):
- Delete cached module zip(s) under:
%USERPROFILE%\.abp\templates
- Then re-run
abp get-source .../ re-download from the Modules UI.
- Delete cached module zip(s) under:
If you are on a license type that doesn’t include source access (only Business/Enterprise can download commercial sources), you won’t be able to download CmsKit.Pro sources; in that case, please contact sales/support.
Links (verified):
- https://abp.io/support/questions/632
- https://abp.io/support/questions/673
- https://abp.io/contact
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
We have already downloaded from there and still missing
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
The Angular sources are missing from both CMS Kit source code archives. That's a packaging bug on our side and we'll fix it.
@abp/ng.cms-kitis open source, you can take it from GitHub right away:https://github.com/abpframework/abp/tree/10.6.0/npm/ng-packs/packages/cms-kit
For
@volo/abp.ng.cms-kit-pro, drop me an email at liming.ma@volosoft.com with the version you need and I'll send you the Angular sources until the archives are fixed.One note, both packages start with 10.2.0, there is no CMS Kit Angular package on 10.0.1.
Thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

