- ABP Framework version: v8.0.4
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: -
- Steps to reproduce the issue: -
Dear Support
After reading ["How can I download the source-code of the framework, Angular packages, theme and pro modules? 📥 #632"](https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules) and following all the steps, I downloaded the source codes. But I can't find following Angular packages source code:
• @abp/ng.components • @abp/ng.core • @abp/ng.oauth • @abp/ng.theme.shared • @abp/ng.schematics • @volo/abp.commercial.ng.ui • @volo/abp.ng.account.core • @abp/utils
Please, guide me how to download required packages source code.
Best regards, Allena
4 Answer(s)
-
0
Hello,
you can get these packages code from https://www.npmjs.com/package/@abp/ng.components?activeTab=code https://www.npmjs.com/package/@abp/ng.core?activeTab=code
search for other packages in same link.
Thanks
-
0
Hello Anjali and thanks for the js links. What I am looking for is typeScript source codes. the links you provided are all JS files. Please, guide me how to download required typesScript packages source code for: • @abp/ng.components • @abp/ng.core • @abp/ng.oauth • @abp/ng.theme.shared • @abp/ng.schematics • @volo/abp.commercial.ng.ui • @volo/abp.ng.account.core • @abp/utils
Thanks
-
0
Hello,
please check this https://github.com/abpframework/abp/tree/dev/npm/ng-packs/packages/account-core
thanks
-
0
Thank you for fast support and direct answers, I found what I need.