Activities of "vu.lang"

Thanks. Do you have any plans to add support for DateTimeOffset in the near future?

Hi How can I add a property of type DateTimeOffset from ABP Suite? currently it seems that only DateTime is supported.

If ABP Suite does not support, are there any other ways to define the type as DateTimeOffset without manually changing the generated C# code? Thanks

Hi, can you support this in next version?

Hi Team,

I am customizing the built-in UsersComponent from @volo/abp.ng.identity. While attempting to replace it with my own component:

I encountered an error because the ExcelService and UserSessionsComponent are not exported externally

Could you consider exporting them in the next version?

Thanks for your support

Hi, I'm reviewing the UploadService source code, and I noticed that uppy: Uppy; is declared without a default value and isn't initialized in the constructor. This is considered bad practice. Even if the issue isn't immediately reproducible, such practices should be avoided. If you choose not to set a default value, you must ensure that this.uppy is not undefined before using it.

"@volo/abp.ng.file-management": "~9.0.2" "@volosoft/abp.ng.theme.lepton-x": "~4.0.4"

I’m using the Pro version and am unable to create a PR to address this issue. Could someone from the ABP team please look into and resolve this bug?

When reloading the page at the route /file-management, the app in the browser crashes. This issue only occurs upon reloading the page; it functions correctly when navigating to /file-management using the navigation menu. This is the browser console log:

The this.uppy was undefined.

The source code is the class UploadService at angular\projects\file-management\src\lib\services\upload.service.ts

It should be like this to avoid the exception: ngOnDestroy() { this.uppy?.close(); this.subscriptionService.closeAll(); } Please fix this in the next version.

Showing 1 to 8 of 8 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ā¤ļø on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
šŸ” You need to be logged in to use the chatbot. Please log in first.